@skyux/list-builder 7.5.0 → 7.6.1
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 +49 -49
- package/esm2020/lib/modules/list/list-data-request.model.mjs +2 -2
- package/esm2020/lib/modules/list/list-paging.component.mjs +2 -2
- package/esm2020/lib/modules/list/list.component.mjs +3 -3
- package/esm2020/lib/modules/list/state/search/search.model.mjs +4 -4
- package/esm2020/lib/modules/list/state/sort/label.model.mjs +3 -3
- package/esm2020/lib/modules/list/state/sort/sort.model.mjs +4 -4
- package/esm2020/lib/modules/list-filters/filter.model.mjs +2 -2
- package/esm2020/lib/modules/list-filters/list-filter-inline-item.component.mjs +1 -1
- package/esm2020/lib/modules/list-paging/list-paging.component.mjs +4 -4
- package/esm2020/lib/modules/list-toolbar/list-multiselect-toolbar.component.mjs +4 -4
- package/esm2020/lib/modules/list-toolbar/list-toolbar-item.component.mjs +4 -4
- package/esm2020/lib/modules/list-toolbar/list-toolbar-sort.component.mjs +1 -1
- package/esm2020/lib/modules/list-toolbar/list-toolbar.component.mjs +2 -2
- package/esm2020/lib/modules/shared/sky-list-builder-resources.module.mjs +3 -3
- package/fesm2015/skyux-list-builder.mjs +25 -25
- package/fesm2015/skyux-list-builder.mjs.map +1 -1
- package/fesm2020/skyux-list-builder.mjs +25 -25
- package/fesm2020/skyux-list-builder.mjs.map +1 -1
- package/lib/modules/list/list-data-request.model.d.ts +6 -6
- package/lib/modules/list/list-paging.component.d.ts +1 -1
- package/lib/modules/list/list.component.d.ts +7 -7
- package/lib/modules/list/state/search/search.model.d.ts +3 -3
- package/lib/modules/list/state/sort/label.model.d.ts +5 -5
- package/lib/modules/list/state/sort/sort.model.d.ts +3 -3
- package/lib/modules/list-filters/filter.model.d.ts +6 -6
- package/lib/modules/list-filters/list-filter-inline-item.component.d.ts +5 -5
- package/lib/modules/list-paging/list-paging.component.d.ts +3 -3
- package/lib/modules/list-toolbar/list-toolbar-item.component.d.ts +3 -3
- package/lib/modules/list-toolbar/list-toolbar-sort.component.d.ts +4 -4
- package/lib/modules/list-toolbar/list-toolbar.component.d.ts +5 -5
- package/package.json +10 -10
package/documentation.json
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"isPublic": true
|
|
103
103
|
},
|
|
104
104
|
"comment": {
|
|
105
|
-
"shortText": "
|
|
105
|
+
"shortText": "The function that determines whether items are filtered.\nThis property is required when using an in-memory data provider."
|
|
106
106
|
},
|
|
107
107
|
"sources": [
|
|
108
108
|
{
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"isPublic": true
|
|
130
130
|
},
|
|
131
131
|
"comment": {
|
|
132
|
-
"shortText": "
|
|
132
|
+
"shortText": "Whether to disable the search bar and filter button.",
|
|
133
133
|
"tags": [
|
|
134
134
|
{
|
|
135
135
|
"tag": "default",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"isPublic": true
|
|
160
160
|
},
|
|
161
161
|
"comment": {
|
|
162
|
-
"shortText": "
|
|
162
|
+
"shortText": "The current page number."
|
|
163
163
|
},
|
|
164
164
|
"sources": [
|
|
165
165
|
{
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"isPublic": true
|
|
183
183
|
},
|
|
184
184
|
"comment": {
|
|
185
|
-
"shortText": "
|
|
185
|
+
"shortText": "The number of items to display per page."
|
|
186
186
|
},
|
|
187
187
|
"sources": [
|
|
188
188
|
{
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"isPublic": true
|
|
206
206
|
},
|
|
207
207
|
"comment": {
|
|
208
|
-
"shortText": "
|
|
208
|
+
"shortText": "The function to dynamically manage the data source when users\nchange the text in the list field. The search function must return an\narray or a promise of an array. The `search` property is particularly useful\nwhen the data source does not live in the source code."
|
|
209
209
|
},
|
|
210
210
|
"sources": [
|
|
211
211
|
{
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"isPublic": true
|
|
230
230
|
},
|
|
231
231
|
"comment": {
|
|
232
|
-
"shortText": "
|
|
232
|
+
"shortText": "The set of fields to sort by."
|
|
233
233
|
},
|
|
234
234
|
"sources": [
|
|
235
235
|
{
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"isPublic": true
|
|
467
467
|
},
|
|
468
468
|
"comment": {
|
|
469
|
-
"shortText": "
|
|
469
|
+
"shortText": "The default value of the filter. When a filter equals the\ndefault value, the filter does not affect the list."
|
|
470
470
|
},
|
|
471
471
|
"sources": [
|
|
472
472
|
{
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"isPublic": true
|
|
490
490
|
},
|
|
491
491
|
"comment": {
|
|
492
|
-
"shortText": "
|
|
492
|
+
"shortText": "Whether users can dismiss the filter's summary item.",
|
|
493
493
|
"tags": [
|
|
494
494
|
{
|
|
495
495
|
"tag": "default",
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
"kindString": "Call signature",
|
|
542
542
|
"flags": {},
|
|
543
543
|
"comment": {
|
|
544
|
-
"shortText": "
|
|
544
|
+
"shortText": "The function that determines whether items are filtered.\nThis property is required when using an in-memory data provider.\nFor information about `ListItemModel`, see the\n[shared classes for lists](https://developer.blackbaud.com/skyux-list-builder-common/docs/list-builder-common)."
|
|
545
545
|
},
|
|
546
546
|
"parameters": [
|
|
547
547
|
{
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
"isPublic": true
|
|
586
586
|
},
|
|
587
587
|
"comment": {
|
|
588
|
-
"shortText": "
|
|
588
|
+
"shortText": "The label for the filter's summary item.\nThe label defaults to the `value` of the filter."
|
|
589
589
|
},
|
|
590
590
|
"sources": [
|
|
591
591
|
{
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"isPublic": true
|
|
609
609
|
},
|
|
610
610
|
"comment": {
|
|
611
|
-
"shortText": "
|
|
611
|
+
"shortText": "The name of the filter.",
|
|
612
612
|
"tags": [
|
|
613
613
|
{
|
|
614
614
|
"tag": "required",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"isPublic": true
|
|
638
638
|
},
|
|
639
639
|
"comment": {
|
|
640
|
-
"shortText": "
|
|
640
|
+
"shortText": "The current value of the filter."
|
|
641
641
|
},
|
|
642
642
|
"sources": [
|
|
643
643
|
{
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
"isPublic": true
|
|
750
750
|
},
|
|
751
751
|
"comment": {
|
|
752
|
-
"shortText": "
|
|
752
|
+
"shortText": "The columns to search. The columns correspond to `field` values that\nyou specify with the list component's `data` property."
|
|
753
753
|
},
|
|
754
754
|
"sources": [
|
|
755
755
|
{
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
"isPublic": true
|
|
777
777
|
},
|
|
778
778
|
"comment": {
|
|
779
|
-
"shortText": "
|
|
779
|
+
"shortText": "The array of functions that returns a `boolean` value of `true` when\nthe search is successful. This property accepts a function of type\n`(data: any, searchText: string) => boolean>.`"
|
|
780
780
|
},
|
|
781
781
|
"sources": [
|
|
782
782
|
{
|
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
"isPublic": true
|
|
847
847
|
},
|
|
848
848
|
"comment": {
|
|
849
|
-
"shortText": "
|
|
849
|
+
"shortText": "The text to search.",
|
|
850
850
|
"tags": [
|
|
851
851
|
{
|
|
852
852
|
"tag": "default",
|
|
@@ -1066,7 +1066,7 @@
|
|
|
1066
1066
|
"isPublic": true
|
|
1067
1067
|
},
|
|
1068
1068
|
"comment": {
|
|
1069
|
-
"shortText": "
|
|
1069
|
+
"shortText": "Whether to sort in descending order.",
|
|
1070
1070
|
"tags": [
|
|
1071
1071
|
{
|
|
1072
1072
|
"tag": "default",
|
|
@@ -1096,7 +1096,7 @@
|
|
|
1096
1096
|
"isPublic": true
|
|
1097
1097
|
},
|
|
1098
1098
|
"comment": {
|
|
1099
|
-
"shortText": "
|
|
1099
|
+
"shortText": "The fields to sort."
|
|
1100
1100
|
},
|
|
1101
1101
|
"sources": [
|
|
1102
1102
|
{
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
"isPublic": true
|
|
1120
1120
|
},
|
|
1121
1121
|
"comment": {
|
|
1122
|
-
"shortText": "
|
|
1122
|
+
"shortText": "The label type."
|
|
1123
1123
|
},
|
|
1124
1124
|
"sources": [
|
|
1125
1125
|
{
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"isPublic": true
|
|
1143
1143
|
},
|
|
1144
1144
|
"comment": {
|
|
1145
|
-
"shortText": "
|
|
1145
|
+
"shortText": "Whether to sort all fields.",
|
|
1146
1146
|
"tags": [
|
|
1147
1147
|
{
|
|
1148
1148
|
"tag": "default",
|
|
@@ -1172,7 +1172,7 @@
|
|
|
1172
1172
|
"isPublic": true
|
|
1173
1173
|
},
|
|
1174
1174
|
"comment": {
|
|
1175
|
-
"shortText": "
|
|
1175
|
+
"shortText": "The text for the label."
|
|
1176
1176
|
},
|
|
1177
1177
|
"sources": [
|
|
1178
1178
|
{
|
|
@@ -1283,7 +1283,7 @@
|
|
|
1283
1283
|
"isPublic": true
|
|
1284
1284
|
},
|
|
1285
1285
|
"comment": {
|
|
1286
|
-
"shortText": "
|
|
1286
|
+
"shortText": "The list of available views to sort."
|
|
1287
1287
|
},
|
|
1288
1288
|
"sources": [
|
|
1289
1289
|
{
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
"isPublic": true
|
|
1312
1312
|
},
|
|
1313
1313
|
"comment": {
|
|
1314
|
-
"shortText": "
|
|
1314
|
+
"shortText": "The fields to sort.\nFor information about `ListSortFieldSelectorModel`, see the\n[shared classes for lists](https://developer.blackbaud.com/skyux-list-builder-common/docs/list-builder-common)."
|
|
1315
1315
|
},
|
|
1316
1316
|
"sources": [
|
|
1317
1317
|
{
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
"isPublic": true
|
|
1339
1339
|
},
|
|
1340
1340
|
"comment": {
|
|
1341
|
-
"shortText": "
|
|
1341
|
+
"shortText": "The list views that the sort applies to."
|
|
1342
1342
|
},
|
|
1343
1343
|
"sources": [
|
|
1344
1344
|
{
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
"isPublic": true
|
|
1486
1486
|
},
|
|
1487
1487
|
"comment": {
|
|
1488
|
-
"shortText": "
|
|
1488
|
+
"shortText": "The set of filters to apply to list data.\nThese filters create a filter summary when the list includes the\n[`sky-list-filter-summary`](https://developer.blackbaud.com/skyux/components/list/filters)\ncomponent."
|
|
1489
1489
|
},
|
|
1490
1490
|
"decorators": [
|
|
1491
1491
|
{
|
|
@@ -1574,7 +1574,7 @@
|
|
|
1574
1574
|
"isOptional": true
|
|
1575
1575
|
},
|
|
1576
1576
|
"comment": {
|
|
1577
|
-
"shortText": "
|
|
1577
|
+
"shortText": "The data to display. The list component requires this property or the\n`dataProvider` property. For checklist or multiselect grids, each row requires an\n`id` property to manage selected items with the `selectedIds` input and the\n`selectedIdsChange` event. If you do not provide an `id`, the list automatically\ngenerates one. To update data in your view outside of a `dataProvider`, you must use\nan observable instead of a static array."
|
|
1578
1578
|
},
|
|
1579
1579
|
"decorators": [
|
|
1580
1580
|
{
|
|
@@ -1634,7 +1634,7 @@
|
|
|
1634
1634
|
"isOptional": true
|
|
1635
1635
|
},
|
|
1636
1636
|
"comment": {
|
|
1637
|
-
"shortText": "
|
|
1637
|
+
"shortText": "The data provider that obtains the data to display. The list component requires\nthis property or the `data` property. For lists that use `dataProvider` instead of `data`,\nconsumers are responsible for managing all `ListDataRequestModel` properties.",
|
|
1638
1638
|
"tags": [
|
|
1639
1639
|
{
|
|
1640
1640
|
"tag": "default",
|
|
@@ -1697,7 +1697,7 @@
|
|
|
1697
1697
|
"isOptional": true
|
|
1698
1698
|
},
|
|
1699
1699
|
"comment": {
|
|
1700
|
-
"shortText": "
|
|
1700
|
+
"shortText": "The total number of items for the initial data set when initialized. When\nused in conjunction with `data` and `dataProvider`, it allows an initial data to be\nset with the need to call the `dataProvider`."
|
|
1701
1701
|
},
|
|
1702
1702
|
"decorators": [
|
|
1703
1703
|
{
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
"kindString": "Call signature",
|
|
1769
1769
|
"flags": {},
|
|
1770
1770
|
"comment": {
|
|
1771
|
-
"shortText": "
|
|
1771
|
+
"shortText": "The function to apply as a global sort on the list."
|
|
1772
1772
|
},
|
|
1773
1773
|
"parameters": [
|
|
1774
1774
|
{
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
"isOptional": true
|
|
1814
1814
|
},
|
|
1815
1815
|
"comment": {
|
|
1816
|
-
"shortText": "
|
|
1816
|
+
"shortText": "The set of IDs for the items to select in a checklist or multiselect grid.\nThe IDs match the `id` properties of the `data` objects. Items with IDs that are not\nincluded are de-selected in the checklist or multiselect grid."
|
|
1817
1817
|
},
|
|
1818
1818
|
"decorators": [
|
|
1819
1819
|
{
|
|
@@ -1928,7 +1928,7 @@
|
|
|
1928
1928
|
"isOptional": true
|
|
1929
1929
|
},
|
|
1930
1930
|
"comment": {
|
|
1931
|
-
"shortText": "
|
|
1931
|
+
"shortText": "The set of fields to sort by. If array of fields then sorted by order of array.\nFor information about `ListSortFieldSelectorModel`, see the\n[shared classes for lists](https://developer.blackbaud.com/skyux-list-builder-common/docs/list-builder-common)."
|
|
1932
1932
|
},
|
|
1933
1933
|
"decorators": [
|
|
1934
1934
|
{
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
"isPublic": true
|
|
3375
3375
|
},
|
|
3376
3376
|
"comment": {
|
|
3377
|
-
"shortText": "
|
|
3377
|
+
"shortText": "Placeholder text for the search bar that the list toolbar creates with\na [search component](https://developer.blackbaud.com/skyux/components/search).",
|
|
3378
3378
|
"tags": [
|
|
3379
3379
|
{
|
|
3380
3380
|
"tag": "default",
|
|
@@ -3473,7 +3473,7 @@
|
|
|
3473
3473
|
"isPublic": true
|
|
3474
3474
|
},
|
|
3475
3475
|
"comment": {
|
|
3476
|
-
"shortText": "
|
|
3476
|
+
"shortText": "Whether to enable the search bar.",
|
|
3477
3477
|
"tags": [
|
|
3478
3478
|
{
|
|
3479
3479
|
"tag": "default",
|
|
@@ -3531,7 +3531,7 @@
|
|
|
3531
3531
|
"isPublic": true
|
|
3532
3532
|
},
|
|
3533
3533
|
"comment": {
|
|
3534
|
-
"shortText": "
|
|
3534
|
+
"shortText": "The text string to search with."
|
|
3535
3535
|
},
|
|
3536
3536
|
"decorators": [
|
|
3537
3537
|
{
|
|
@@ -3631,7 +3631,7 @@
|
|
|
3631
3631
|
"isPublic": true
|
|
3632
3632
|
},
|
|
3633
3633
|
"comment": {
|
|
3634
|
-
"shortText": "
|
|
3634
|
+
"shortText": "Whether to enable the sort selector.",
|
|
3635
3635
|
"tags": [
|
|
3636
3636
|
{
|
|
3637
3637
|
"tag": "default",
|
|
@@ -4869,7 +4869,7 @@
|
|
|
4869
4869
|
"isPublic": true
|
|
4870
4870
|
},
|
|
4871
4871
|
"comment": {
|
|
4872
|
-
"shortText": "
|
|
4872
|
+
"shortText": "The default value of the filter. If the value of the filter\nis set to the default value, then the filter is not applied."
|
|
4873
4873
|
},
|
|
4874
4874
|
"decorators": [
|
|
4875
4875
|
{
|
|
@@ -4940,7 +4940,7 @@
|
|
|
4940
4940
|
"kindString": "Call signature",
|
|
4941
4941
|
"flags": {},
|
|
4942
4942
|
"comment": {
|
|
4943
|
-
"shortText": "
|
|
4943
|
+
"shortText": "The function that determines whether an item is filtered.\nThis property is required when using an in-memory data provider. For information\nabout `ListItemModel`, see the\n[shared classes for lists](https://developer.blackbaud.com/skyux-list-builder-common/docs/list-builder-common)."
|
|
4944
4944
|
},
|
|
4945
4945
|
"parameters": [
|
|
4946
4946
|
{
|
|
@@ -4984,7 +4984,7 @@
|
|
|
4984
4984
|
"isPublic": true
|
|
4985
4985
|
},
|
|
4986
4986
|
"comment": {
|
|
4987
|
-
"shortText": "
|
|
4987
|
+
"shortText": "The name of the filter.",
|
|
4988
4988
|
"tags": [
|
|
4989
4989
|
{
|
|
4990
4990
|
"tag": "required",
|
|
@@ -5054,7 +5054,7 @@
|
|
|
5054
5054
|
"isPublic": true
|
|
5055
5055
|
},
|
|
5056
5056
|
"comment": {
|
|
5057
|
-
"shortText": "
|
|
5057
|
+
"shortText": "The template for the filter. The template can access the `filter`\nvariable that contains the `value` of the filter control, which should be bound to\n`ngModel`, and the `changed` function, which should be called when the model changes.",
|
|
5058
5058
|
"tags": [
|
|
5059
5059
|
{
|
|
5060
5060
|
"tag": "required",
|
|
@@ -5105,7 +5105,7 @@
|
|
|
5105
5105
|
"isPublic": true
|
|
5106
5106
|
},
|
|
5107
5107
|
"comment": {
|
|
5108
|
-
"shortText": "
|
|
5108
|
+
"shortText": "The current value of the filter."
|
|
5109
5109
|
},
|
|
5110
5110
|
"decorators": [
|
|
5111
5111
|
{
|
|
@@ -5692,7 +5692,7 @@
|
|
|
5692
5692
|
"isPublic": true
|
|
5693
5693
|
},
|
|
5694
5694
|
"comment": {
|
|
5695
|
-
"shortText": "
|
|
5695
|
+
"shortText": "The maximum pages to display.",
|
|
5696
5696
|
"tags": [
|
|
5697
5697
|
{
|
|
5698
5698
|
"tag": "default",
|
|
@@ -5751,7 +5751,7 @@
|
|
|
5751
5751
|
"isPublic": true
|
|
5752
5752
|
},
|
|
5753
5753
|
"comment": {
|
|
5754
|
-
"shortText": "
|
|
5754
|
+
"shortText": "The current page number.",
|
|
5755
5755
|
"tags": [
|
|
5756
5756
|
{
|
|
5757
5757
|
"tag": "default",
|
|
@@ -5810,7 +5810,7 @@
|
|
|
5810
5810
|
"isPublic": true
|
|
5811
5811
|
},
|
|
5812
5812
|
"comment": {
|
|
5813
|
-
"shortText": "
|
|
5813
|
+
"shortText": "The number of list items per page.",
|
|
5814
5814
|
"tags": [
|
|
5815
5815
|
{
|
|
5816
5816
|
"tag": "default",
|
|
@@ -6344,7 +6344,7 @@
|
|
|
6344
6344
|
"isPublic": true
|
|
6345
6345
|
},
|
|
6346
6346
|
"comment": {
|
|
6347
|
-
"shortText": "
|
|
6347
|
+
"shortText": "The ID of the item."
|
|
6348
6348
|
},
|
|
6349
6349
|
"decorators": [
|
|
6350
6350
|
{
|
|
@@ -6380,7 +6380,7 @@
|
|
|
6380
6380
|
"isPublic": true
|
|
6381
6381
|
},
|
|
6382
6382
|
"comment": {
|
|
6383
|
-
"shortText": "
|
|
6383
|
+
"shortText": "The index of the item at the given item location.",
|
|
6384
6384
|
"tags": [
|
|
6385
6385
|
{
|
|
6386
6386
|
"tag": "default",
|
|
@@ -6422,7 +6422,7 @@
|
|
|
6422
6422
|
"isPublic": true
|
|
6423
6423
|
},
|
|
6424
6424
|
"comment": {
|
|
6425
|
-
"shortText": "
|
|
6425
|
+
"shortText": "The toolbar location of the item. The valid options are `\"left\"`,\n`\"center\"`, and `\"right\"`.",
|
|
6426
6426
|
"tags": [
|
|
6427
6427
|
{
|
|
6428
6428
|
"tag": "default",
|
|
@@ -6565,7 +6565,7 @@
|
|
|
6565
6565
|
"isPublic": true
|
|
6566
6566
|
},
|
|
6567
6567
|
"comment": {
|
|
6568
|
-
"shortText": "
|
|
6568
|
+
"shortText": "Whether to sort data in descending order.",
|
|
6569
6569
|
"tags": [
|
|
6570
6570
|
{
|
|
6571
6571
|
"tag": "default",
|
|
@@ -6606,7 +6606,7 @@
|
|
|
6606
6606
|
"isPublic": true
|
|
6607
6607
|
},
|
|
6608
6608
|
"comment": {
|
|
6609
|
-
"shortText": "
|
|
6609
|
+
"shortText": "The data field to sort the list on.",
|
|
6610
6610
|
"tags": [
|
|
6611
6611
|
{
|
|
6612
6612
|
"tag": "required",
|
|
@@ -6647,7 +6647,7 @@
|
|
|
6647
6647
|
"isPublic": true
|
|
6648
6648
|
},
|
|
6649
6649
|
"comment": {
|
|
6650
|
-
"shortText": "
|
|
6650
|
+
"shortText": "The label for a sort option.",
|
|
6651
6651
|
"tags": [
|
|
6652
6652
|
{
|
|
6653
6653
|
"tag": "required",
|
|
@@ -6688,7 +6688,7 @@
|
|
|
6688
6688
|
"isPublic": true
|
|
6689
6689
|
},
|
|
6690
6690
|
"comment": {
|
|
6691
|
-
"shortText": "
|
|
6691
|
+
"shortText": "The data type of the data field to sort the list on.",
|
|
6692
6692
|
"tags": [
|
|
6693
6693
|
{
|
|
6694
6694
|
"tag": "required",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
export class ListDataRequestModel {
|
|
5
5
|
constructor(data) {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Whether to disable the search bar and filter button.
|
|
8
8
|
* @default false
|
|
9
9
|
*/
|
|
10
10
|
this.isToolbarDisabled = false;
|
|
@@ -18,4 +18,4 @@ export class ListDataRequestModel {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1kYXRhLXJlcXVlc3QubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvbGlzdC1idWlsZGVyL3NyYy9saWIvbW9kdWxlcy9saXN0L2xpc3QtZGF0YS1yZXF1ZXN0Lm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUtBOztHQUVHO0FBQ0gsTUFBTSxPQUFPLG9CQUFvQjtJQStCL0IsWUFBWSxJQUFVO1FBTnRCOzs7V0FHRztRQUNJLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUcvQixJQUFJLElBQUksS0FBSyxTQUFTLEVBQUU7WUFDdEIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1lBQzVCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQztZQUM5QixJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUM7WUFDbEMsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDO1lBQzFCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQztZQUN0QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDO1NBQ2pEO0lBQ0gsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTGlzdEZpbHRlck1vZGVsIH0gZnJvbSAnLi4vbGlzdC1maWx0ZXJzL2ZpbHRlci5tb2RlbCc7XG5cbmltcG9ydCB7IExpc3RTZWFyY2hNb2RlbCB9IGZyb20gJy4vc3RhdGUvc2VhcmNoL3NlYXJjaC5tb2RlbCc7XG5pbXBvcnQgeyBMaXN0U29ydE1vZGVsIH0gZnJvbSAnLi9zdGF0ZS9zb3J0L3NvcnQubW9kZWwnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkXG4gKi9cbmV4cG9ydCBjbGFzcyBMaXN0RGF0YVJlcXVlc3RNb2RlbCB7XG4gIC8qKlxuICAgKiBUaGUgZnVuY3Rpb24gdGhhdCBkZXRlcm1pbmVzIHdoZXRoZXIgaXRlbXMgYXJlIGZpbHRlcmVkLlxuICAgKiBUaGlzIHByb3BlcnR5IGlzIHJlcXVpcmVkIHdoZW4gdXNpbmcgYW4gaW4tbWVtb3J5IGRhdGEgcHJvdmlkZXIuXG4gICAqL1xuICBwdWJsaWMgZmlsdGVyczogTGlzdEZpbHRlck1vZGVsW107XG4gIC8qKlxuICAgKiBUaGUgbnVtYmVyIG9mIGl0ZW1zIHRvIGRpc3BsYXkgcGVyIHBhZ2UuXG4gICAqL1xuICBwdWJsaWMgcGFnZVNpemU6IG51bWJlcjtcbiAgLyoqXG4gICAqIFRoZSBjdXJyZW50IHBhZ2UgbnVtYmVyLlxuICAgKi9cbiAgcHVibGljIHBhZ2VOdW1iZXI6IG51bWJlcjtcbiAgLyoqXG4gICAqIFRoZSBmdW5jdGlvbiB0byBkeW5hbWljYWxseSBtYW5hZ2UgdGhlIGRhdGEgc291cmNlIHdoZW4gdXNlcnNcbiAgICogY2hhbmdlIHRoZSB0ZXh0IGluIHRoZSBsaXN0IGZpZWxkLiBUaGUgc2VhcmNoIGZ1bmN0aW9uIG11c3QgcmV0dXJuIGFuXG4gICAqIGFycmF5IG9yIGEgcHJvbWlzZSBvZiBhbiBhcnJheS4gVGhlIGBzZWFyY2hgIHByb3BlcnR5IGlzIHBhcnRpY3VsYXJseSB1c2VmdWxcbiAgICogd2hlbiB0aGUgZGF0YSBzb3VyY2UgZG9lcyBub3QgbGl2ZSBpbiB0aGUgc291cmNlIGNvZGUuXG4gICAqL1xuICBwdWJsaWMgc2VhcmNoOiBMaXN0U2VhcmNoTW9kZWw7XG4gIC8qKlxuICAgKiBUaGUgc2V0IG9mIGZpZWxkcyB0byBzb3J0IGJ5LlxuICAgKi9cbiAgcHVibGljIHNvcnQ6IExpc3RTb3J0TW9kZWw7XG4gIC8qKlxuICAgKiBXaGV0aGVyIHRvIGRpc2FibGUgdGhlIHNlYXJjaCBiYXIgYW5kIGZpbHRlciBidXR0b24uXG4gICAqIEBkZWZhdWx0IGZhbHNlXG4gICAqL1xuICBwdWJsaWMgaXNUb29sYmFyRGlzYWJsZWQgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcihkYXRhPzogYW55KSB7XG4gICAgaWYgKGRhdGEgIT09IHVuZGVmaW5lZCkge1xuICAgICAgdGhpcy5maWx0ZXJzID0gZGF0YS5maWx0ZXJzO1xuICAgICAgdGhpcy5wYWdlU2l6ZSA9IGRhdGEucGFnZVNpemU7XG4gICAgICB0aGlzLnBhZ2VOdW1iZXIgPSBkYXRhLnBhZ2VOdW1iZXI7XG4gICAgICB0aGlzLnNlYXJjaCA9IGRhdGEuc2VhcmNoO1xuICAgICAgdGhpcy5zb3J0ID0gZGF0YS5zb3J0O1xuICAgICAgdGhpcy5pc1Rvb2xiYXJEaXNhYmxlZCA9IGRhdGEuaXNUb29sYmFyRGlzYWJsZWQ7XG4gICAgfVxuICB9XG59XG4iXX0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BehaviorSubject } from 'rxjs';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* The SKY UX-themed pagination control that displays list data across multiple pages.
|
|
4
4
|
* @internal
|
|
5
5
|
* @deprecated
|
|
6
6
|
*/
|
|
@@ -11,4 +11,4 @@ export class ListPagingComponent {
|
|
|
11
11
|
this.dispatcher = dispatcher;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1wYWdpbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2xpc3QtYnVpbGRlci9zcmMvbGliL21vZHVsZXMvbGlzdC9saXN0LXBhZ2luZy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUt2Qzs7OztHQUlHO0FBQ0gsTUFBTSxPQUFnQixtQkFBbUI7SUFLdkMsWUFBWSxLQUFnQixFQUFFLFVBQStCO1FBSm5ELGdCQUFXLEdBQTZCLElBQUksZUFBZSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBSzNFLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1FBQ25CLElBQUksQ0FBQyxVQUFVLEdBQUcsVUFBVSxDQUFDO0lBQy9CLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQgeyBMaXN0U3RhdGVEaXNwYXRjaGVyIH0gZnJvbSAnLi9zdGF0ZS9saXN0LXN0YXRlLnJ4c3RhdGUnO1xuaW1wb3J0IHsgTGlzdFN0YXRlIH0gZnJvbSAnLi9zdGF0ZS9saXN0LXN0YXRlLnN0YXRlLW5vZGUnO1xuXG4vKipcbiAqIFRoZSBTS1kgVVgtdGhlbWVkIHBhZ2luYXRpb24gY29udHJvbCB0aGF0IGRpc3BsYXlzIGxpc3QgZGF0YSBhY3Jvc3MgbXVsdGlwbGUgcGFnZXMuXG4gKiBAaW50ZXJuYWxcbiAqIEBkZXByZWNhdGVkXG4gKi9cbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBMaXN0UGFnaW5nQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIGluaXRpYWxpemVkOiBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0KGZhbHNlKTtcbiAgcHJvdGVjdGVkIHN0YXRlOiBMaXN0U3RhdGU7XG4gIHByb3RlY3RlZCBkaXNwYXRjaGVyOiBMaXN0U3RhdGVEaXNwYXRjaGVyO1xuXG4gIGNvbnN0cnVjdG9yKHN0YXRlOiBMaXN0U3RhdGUsIGRpc3BhdGNoZXI6IExpc3RTdGF0ZURpc3BhdGNoZXIpIHtcbiAgICB0aGlzLnN0YXRlID0gc3RhdGU7XG4gICAgdGhpcy5kaXNwYXRjaGVyID0gZGlzcGF0Y2hlcjtcbiAgfVxufVxuIl19
|