@slickgrid-universal/vanilla-force-bundle 1.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/CHANGELOG.md +8 -0
- package/LICENSE +20 -0
- package/README.md +39 -0
- package/dist/bundle/index.d.ts +280 -0
- package/dist/bundle/slickgrid-vanilla-bundle.js +3 -0
- package/dist/bundle/slickgrid-vanilla-bundle.js.LICENSE.txt +175 -0
- package/dist/bundle/slickgrid-vanilla-bundle.js.map +1 -0
- package/dist/commonjs/index.d.ts +226 -0
- package/dist/commonjs/index.js +42 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/salesforce-global-grid-options.d.ts +3 -0
- package/dist/commonjs/salesforce-global-grid-options.js +82 -0
- package/dist/commonjs/salesforce-global-grid-options.js.map +1 -0
- package/dist/commonjs/vanilla-force-bundle.d.ts +38 -0
- package/dist/commonjs/vanilla-force-bundle.js +100 -0
- package/dist/commonjs/vanilla-force-bundle.js.map +1 -0
- package/dist/esm/index.d.ts +226 -0
- package/dist/esm/index.js +28 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/salesforce-global-grid-options.d.ts +3 -0
- package/dist/esm/salesforce-global-grid-options.js +79 -0
- package/dist/esm/salesforce-global-grid-options.js.map +1 -0
- package/dist/esm/vanilla-force-bundle.d.ts +38 -0
- package/dist/esm/vanilla-force-bundle.js +96 -0
- package/dist/esm/vanilla-force-bundle.js.map +1 -0
- package/package.json +79 -0
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Sizzle CSS Selector Engine v2.3.5
|
|
3
|
+
* https://sizzlejs.com/
|
|
4
|
+
*
|
|
5
|
+
* Copyright JS Foundation and other contributors
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://js.foundation/
|
|
8
|
+
*
|
|
9
|
+
* Date: 2020-03-14
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*!
|
|
13
|
+
* jQuery JavaScript Library v3.5.1
|
|
14
|
+
* https://jquery.com/
|
|
15
|
+
*
|
|
16
|
+
* Includes Sizzle.js
|
|
17
|
+
* https://sizzlejs.com/
|
|
18
|
+
*
|
|
19
|
+
* Copyright JS Foundation and other contributors
|
|
20
|
+
* Released under the MIT license
|
|
21
|
+
* https://jquery.org/license
|
|
22
|
+
*
|
|
23
|
+
* Date: 2020-05-04T22:49Z
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
/*!
|
|
27
|
+
* jQuery UI :data 1.12.1
|
|
28
|
+
* http://jqueryui.com
|
|
29
|
+
*
|
|
30
|
+
* Copyright jQuery Foundation and other contributors
|
|
31
|
+
* Released under the MIT license.
|
|
32
|
+
* http://jquery.org/license
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
/*!
|
|
36
|
+
* jQuery UI Autocomplete 1.12.1
|
|
37
|
+
* http://jqueryui.com
|
|
38
|
+
*
|
|
39
|
+
* Copyright jQuery Foundation and other contributors
|
|
40
|
+
* Released under the MIT license.
|
|
41
|
+
* http://jquery.org/license
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/*!
|
|
45
|
+
* jQuery UI Draggable 1.12.1
|
|
46
|
+
* http://jqueryui.com
|
|
47
|
+
*
|
|
48
|
+
* Copyright jQuery Foundation and other contributors
|
|
49
|
+
* Released under the MIT license.
|
|
50
|
+
* http://jquery.org/license
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
/*!
|
|
54
|
+
* jQuery UI Droppable 1.12.1
|
|
55
|
+
* http://jqueryui.com
|
|
56
|
+
*
|
|
57
|
+
* Copyright jQuery Foundation and other contributors
|
|
58
|
+
* Released under the MIT license.
|
|
59
|
+
* http://jquery.org/license
|
|
60
|
+
*/
|
|
61
|
+
|
|
62
|
+
/*!
|
|
63
|
+
* jQuery UI Keycode 1.12.1
|
|
64
|
+
* http://jqueryui.com
|
|
65
|
+
*
|
|
66
|
+
* Copyright jQuery Foundation and other contributors
|
|
67
|
+
* Released under the MIT license.
|
|
68
|
+
* http://jquery.org/license
|
|
69
|
+
*/
|
|
70
|
+
|
|
71
|
+
/*!
|
|
72
|
+
* jQuery UI Menu 1.12.1
|
|
73
|
+
* http://jqueryui.com
|
|
74
|
+
*
|
|
75
|
+
* Copyright jQuery Foundation and other contributors
|
|
76
|
+
* Released under the MIT license.
|
|
77
|
+
* http://jquery.org/license
|
|
78
|
+
*/
|
|
79
|
+
|
|
80
|
+
/*!
|
|
81
|
+
* jQuery UI Mouse 1.12.1
|
|
82
|
+
* http://jqueryui.com
|
|
83
|
+
*
|
|
84
|
+
* Copyright jQuery Foundation and other contributors
|
|
85
|
+
* Released under the MIT license.
|
|
86
|
+
* http://jquery.org/license
|
|
87
|
+
*/
|
|
88
|
+
|
|
89
|
+
/*!
|
|
90
|
+
* jQuery UI Position 1.12.1
|
|
91
|
+
* http://jqueryui.com
|
|
92
|
+
*
|
|
93
|
+
* Copyright jQuery Foundation and other contributors
|
|
94
|
+
* Released under the MIT license.
|
|
95
|
+
* http://jquery.org/license
|
|
96
|
+
*
|
|
97
|
+
* http://api.jqueryui.com/position/
|
|
98
|
+
*/
|
|
99
|
+
|
|
100
|
+
/*!
|
|
101
|
+
* jQuery UI Scroll Parent 1.12.1
|
|
102
|
+
* http://jqueryui.com
|
|
103
|
+
*
|
|
104
|
+
* Copyright jQuery Foundation and other contributors
|
|
105
|
+
* Released under the MIT license.
|
|
106
|
+
* http://jquery.org/license
|
|
107
|
+
*/
|
|
108
|
+
|
|
109
|
+
/*!
|
|
110
|
+
* jQuery UI Slider 1.12.1
|
|
111
|
+
* http://jqueryui.com
|
|
112
|
+
*
|
|
113
|
+
* Copyright jQuery Foundation and other contributors
|
|
114
|
+
* Released under the MIT license.
|
|
115
|
+
* http://jquery.org/license
|
|
116
|
+
*/
|
|
117
|
+
|
|
118
|
+
/*!
|
|
119
|
+
* jQuery UI Sortable 1.12.1
|
|
120
|
+
* http://jqueryui.com
|
|
121
|
+
*
|
|
122
|
+
* Copyright jQuery Foundation and other contributors
|
|
123
|
+
* Released under the MIT license.
|
|
124
|
+
* http://jquery.org/license
|
|
125
|
+
*/
|
|
126
|
+
|
|
127
|
+
/*!
|
|
128
|
+
* jQuery UI Unique ID 1.12.1
|
|
129
|
+
* http://jqueryui.com
|
|
130
|
+
*
|
|
131
|
+
* Copyright jQuery Foundation and other contributors
|
|
132
|
+
* Released under the MIT license.
|
|
133
|
+
* http://jquery.org/license
|
|
134
|
+
*/
|
|
135
|
+
|
|
136
|
+
/*!
|
|
137
|
+
* jQuery UI Widget 1.12.1
|
|
138
|
+
* http://jqueryui.com
|
|
139
|
+
*
|
|
140
|
+
* Copyright jQuery Foundation and other contributors
|
|
141
|
+
* Released under the MIT license.
|
|
142
|
+
* http://jquery.org/license
|
|
143
|
+
*/
|
|
144
|
+
|
|
145
|
+
/*! @license DOMPurify 2.3.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.4/LICENSE */
|
|
146
|
+
|
|
147
|
+
/*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
|
|
148
|
+
* Licensed under the MIT License (LICENSE.txt).
|
|
149
|
+
*
|
|
150
|
+
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
|
|
151
|
+
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
|
|
152
|
+
* Thanks to: Seamus Leahy for adding deltaX and deltaY
|
|
153
|
+
*
|
|
154
|
+
* Version: 3.0.6
|
|
155
|
+
*
|
|
156
|
+
* Requires: 1.2.2+
|
|
157
|
+
*/
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @license
|
|
161
|
+
* (c) 2009-2016 Michael Leibman
|
|
162
|
+
* michael{dot}leibman{at}gmail{dot}com
|
|
163
|
+
* http://github.com/mleibman/slickgrid
|
|
164
|
+
*
|
|
165
|
+
* Distributed under MIT license.
|
|
166
|
+
* All rights reserved.
|
|
167
|
+
*
|
|
168
|
+
* SlickGrid v2.4
|
|
169
|
+
*
|
|
170
|
+
* NOTES:
|
|
171
|
+
* Cell/row DOM manipulations are done directly bypassing jQuery's DOM manipulation methods.
|
|
172
|
+
* This increases the speed dramatically, but can only be done safely because there are no event handlers
|
|
173
|
+
* or data associated with any cell/row DOM nodes. Cell editors must make sure they implement .destroy()
|
|
174
|
+
* and do proper cleanup.
|
|
175
|
+
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slickgrid-vanilla-bundle.js","mappings":";AAAA","sources":["webpack://Slickgrid-Universal/webpack/universalModuleDefinition"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"Slickgrid-Universal\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"Slickgrid-Universal\"] = factory();\n\telse\n\t\troot[\"Slickgrid-Universal\"] = factory();\n})(self, function() {\nreturn "],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import { Aggregators, Editors, Enums, Filters, Formatters, GroupTotalFormatters, SortComparers, Utilities } from '@slickgrid-universal/common';
|
|
2
|
+
import { BindingService } from '@slickgrid-universal/binding';
|
|
3
|
+
import { EventPubSubService } from '@slickgrid-universal/event-pub-sub';
|
|
4
|
+
import { SlickCompositeEditorComponent } from '@slickgrid-universal/composite-editor-component';
|
|
5
|
+
import { SlickEmptyWarningComponent } from '@slickgrid-universal/empty-warning-component';
|
|
6
|
+
import { SlickPaginationComponent } from '@slickgrid-universal/pagination-component';
|
|
7
|
+
import { VanillaForceGridBundle } from './vanilla-force-bundle';
|
|
8
|
+
declare const Slicker: {
|
|
9
|
+
GridBundle: typeof VanillaForceGridBundle;
|
|
10
|
+
Aggregators: {
|
|
11
|
+
Avg: typeof import("@slickgrid-universal/common").AvgAggregator;
|
|
12
|
+
Clone: typeof import("@slickgrid-universal/common").CloneAggregator;
|
|
13
|
+
Count: typeof import("@slickgrid-universal/common").CountAggregator;
|
|
14
|
+
Distinct: typeof import("@slickgrid-universal/common").DistinctAggregator;
|
|
15
|
+
Min: typeof import("@slickgrid-universal/common").MinAggregator;
|
|
16
|
+
Max: typeof import("@slickgrid-universal/common").MaxAggregator;
|
|
17
|
+
Sum: typeof import("@slickgrid-universal/common").SumAggregator;
|
|
18
|
+
};
|
|
19
|
+
BindingService: typeof BindingService;
|
|
20
|
+
Editors: {
|
|
21
|
+
autoComplete: typeof import("@slickgrid-universal/common").AutoCompleteEditor;
|
|
22
|
+
checkbox: typeof import("@slickgrid-universal/common").CheckboxEditor;
|
|
23
|
+
date: typeof import("@slickgrid-universal/common").DateEditor;
|
|
24
|
+
dualInput: typeof import("@slickgrid-universal/common").DualInputEditor;
|
|
25
|
+
float: typeof import("@slickgrid-universal/common").FloatEditor;
|
|
26
|
+
integer: typeof import("@slickgrid-universal/common").IntegerEditor;
|
|
27
|
+
longText: typeof import("@slickgrid-universal/common").LongTextEditor;
|
|
28
|
+
multipleSelect: typeof import("@slickgrid-universal/common").MultipleSelectEditor;
|
|
29
|
+
password: typeof import("@slickgrid-universal/common/dist/commonjs/editors/inputPasswordEditor").InputPasswordEditor;
|
|
30
|
+
singleSelect: typeof import("@slickgrid-universal/common").SingleSelectEditor;
|
|
31
|
+
slider: typeof import("@slickgrid-universal/common").SliderEditor;
|
|
32
|
+
text: typeof import("@slickgrid-universal/common").InputEditor;
|
|
33
|
+
};
|
|
34
|
+
Enums: typeof Enums;
|
|
35
|
+
Filters: {
|
|
36
|
+
autoComplete: typeof import("@slickgrid-universal/common").AutoCompleteFilter;
|
|
37
|
+
compoundDate: typeof import("@slickgrid-universal/common").CompoundDateFilter;
|
|
38
|
+
compoundInput: typeof import("@slickgrid-universal/common").CompoundInputFilter;
|
|
39
|
+
compoundInputNumber: typeof import("@slickgrid-universal/common").CompoundInputNumberFilter;
|
|
40
|
+
compoundInputPassword: typeof import("@slickgrid-universal/common").CompoundInputPasswordFilter;
|
|
41
|
+
compoundInputText: typeof import("@slickgrid-universal/common").CompoundInputFilter;
|
|
42
|
+
compoundSlider: typeof import("@slickgrid-universal/common").CompoundSliderFilter;
|
|
43
|
+
dateRange: typeof import("@slickgrid-universal/common").DateRangeFilter;
|
|
44
|
+
input: typeof import("@slickgrid-universal/common").InputFilter;
|
|
45
|
+
inputMask: typeof import("@slickgrid-universal/common").InputMaskFilter;
|
|
46
|
+
inputNumber: typeof import("@slickgrid-universal/common").InputNumberFilter;
|
|
47
|
+
inputPassword: typeof import("@slickgrid-universal/common").InputPasswordFilter;
|
|
48
|
+
inputText: typeof import("@slickgrid-universal/common").InputFilter;
|
|
49
|
+
multipleSelect: typeof import("@slickgrid-universal/common").MultipleSelectFilter;
|
|
50
|
+
select: typeof import("@slickgrid-universal/common").NativeSelectFilter;
|
|
51
|
+
singleSelect: typeof import("@slickgrid-universal/common").SingleSelectFilter;
|
|
52
|
+
slider: typeof import("@slickgrid-universal/common").SliderFilter;
|
|
53
|
+
sliderRange: typeof import("@slickgrid-universal/common").SliderRangeFilter;
|
|
54
|
+
};
|
|
55
|
+
Formatters: {
|
|
56
|
+
alignCenter: import("@slickgrid-universal/common").Formatter<any>;
|
|
57
|
+
alignRight: import("@slickgrid-universal/common").Formatter<any>;
|
|
58
|
+
arrayObjectToCsv: import("@slickgrid-universal/common").Formatter<any>;
|
|
59
|
+
arrayToCsv: import("@slickgrid-universal/common").Formatter<any>;
|
|
60
|
+
bold: import("@slickgrid-universal/common").Formatter<any>;
|
|
61
|
+
center: import("@slickgrid-universal/common").Formatter<any>;
|
|
62
|
+
checkbox: import("@slickgrid-universal/common").Formatter<any>;
|
|
63
|
+
checkmark: import("@slickgrid-universal/common").Formatter<any>;
|
|
64
|
+
checkmarkMaterial: import("@slickgrid-universal/common").Formatter<any>;
|
|
65
|
+
complex: import("@slickgrid-universal/common").Formatter<any>;
|
|
66
|
+
complexObject: import("@slickgrid-universal/common").Formatter<any>;
|
|
67
|
+
collection: import("@slickgrid-universal/common").Formatter<any>;
|
|
68
|
+
collectionEditor: import("@slickgrid-universal/common").Formatter<any>;
|
|
69
|
+
dateIso: import("@slickgrid-universal/common").Formatter<any>;
|
|
70
|
+
dateTimeIso: import("@slickgrid-universal/common").Formatter<any>;
|
|
71
|
+
dateTimeShortIso: import("@slickgrid-universal/common").Formatter<any>;
|
|
72
|
+
dateTimeIsoAmPm: import("@slickgrid-universal/common").Formatter<any>;
|
|
73
|
+
dateEuro: import("@slickgrid-universal/common").Formatter<any>;
|
|
74
|
+
dateTimeEuro: import("@slickgrid-universal/common").Formatter<any>;
|
|
75
|
+
dateTimeShortEuro: import("@slickgrid-universal/common").Formatter<any>;
|
|
76
|
+
dateTimeEuroAmPm: import("@slickgrid-universal/common").Formatter<any>;
|
|
77
|
+
dateUs: import("@slickgrid-universal/common").Formatter<any>;
|
|
78
|
+
dateTimeUs: import("@slickgrid-universal/common").Formatter<any>;
|
|
79
|
+
dateTimeShortUs: import("@slickgrid-universal/common").Formatter<any>;
|
|
80
|
+
dateTimeUsAmPm: import("@slickgrid-universal/common").Formatter<any>;
|
|
81
|
+
deleteIcon: import("@slickgrid-universal/common").Formatter<any>;
|
|
82
|
+
decimal: import("@slickgrid-universal/common").Formatter<any>;
|
|
83
|
+
dollar: import("@slickgrid-universal/common").Formatter<any>;
|
|
84
|
+
dollarColored: import("@slickgrid-universal/common").Formatter<any>;
|
|
85
|
+
dollarColoredBold: import("@slickgrid-universal/common").Formatter<any>;
|
|
86
|
+
editIcon: import("@slickgrid-universal/common").Formatter<any>;
|
|
87
|
+
fakeHyperlink: import("@slickgrid-universal/common").Formatter<any>;
|
|
88
|
+
hyperlink: import("@slickgrid-universal/common").Formatter<any>;
|
|
89
|
+
icon: import("@slickgrid-universal/common").Formatter<any>;
|
|
90
|
+
infoIcon: import("@slickgrid-universal/common").Formatter<any>;
|
|
91
|
+
italic: import("@slickgrid-universal/common").Formatter<any>;
|
|
92
|
+
lowercase: import("@slickgrid-universal/common").Formatter<any>;
|
|
93
|
+
mask: import("@slickgrid-universal/common").Formatter<any>;
|
|
94
|
+
multiple: import("@slickgrid-universal/common").Formatter<any>;
|
|
95
|
+
percent: import("@slickgrid-universal/common").Formatter<any>;
|
|
96
|
+
percentComplete: import("@slickgrid-universal/common").Formatter<any>;
|
|
97
|
+
percentCompleteBar: import("@slickgrid-universal/common").Formatter<any>;
|
|
98
|
+
percentCompleteBarWithText: import("@slickgrid-universal/common").Formatter<any>;
|
|
99
|
+
percentSymbol: import("@slickgrid-universal/common").Formatter<any>;
|
|
100
|
+
progressBar: import("@slickgrid-universal/common").Formatter<any>;
|
|
101
|
+
translate: import("@slickgrid-universal/common").Formatter<any>;
|
|
102
|
+
translateBoolean: import("@slickgrid-universal/common").Formatter<any>;
|
|
103
|
+
tree: import("@slickgrid-universal/common").Formatter<any>;
|
|
104
|
+
treeExport: import("@slickgrid-universal/common").Formatter<any>;
|
|
105
|
+
uppercase: import("@slickgrid-universal/common").Formatter<any>;
|
|
106
|
+
yesNo: import("@slickgrid-universal/common").Formatter<any>;
|
|
107
|
+
};
|
|
108
|
+
GroupTotalFormatters: {
|
|
109
|
+
avgTotals: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
110
|
+
avgTotalsDollar: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
111
|
+
avgTotalsPercentage: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
112
|
+
maxTotals: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
113
|
+
minTotals: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
114
|
+
sumTotals: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
115
|
+
sumTotalsBold: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
116
|
+
sumTotalsColored: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
117
|
+
sumTotalsDollar: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
118
|
+
sumTotalsDollarBold: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
119
|
+
sumTotalsDollarColored: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
120
|
+
sumTotalsDollarColoredBold: import("@slickgrid-universal/common").GroupTotalsFormatter;
|
|
121
|
+
};
|
|
122
|
+
SortComparers: {
|
|
123
|
+
date: import("@slickgrid-universal/common").SortComparer;
|
|
124
|
+
dateIso: import("@slickgrid-universal/common").SortComparer;
|
|
125
|
+
dateUtc: import("@slickgrid-universal/common").SortComparer;
|
|
126
|
+
dateTime: import("@slickgrid-universal/common").SortComparer;
|
|
127
|
+
dateTimeIso: import("@slickgrid-universal/common").SortComparer;
|
|
128
|
+
dateTimeIsoAmPm: import("@slickgrid-universal/common").SortComparer;
|
|
129
|
+
dateTimeIsoAM_PM: import("@slickgrid-universal/common").SortComparer;
|
|
130
|
+
dateTimeShortIso: import("@slickgrid-universal/common").SortComparer;
|
|
131
|
+
dateEuro: import("@slickgrid-universal/common").SortComparer;
|
|
132
|
+
dateEuroShort: import("@slickgrid-universal/common").SortComparer;
|
|
133
|
+
dateTimeShortEuro: import("@slickgrid-universal/common").SortComparer;
|
|
134
|
+
dateTimeEuro: import("@slickgrid-universal/common").SortComparer;
|
|
135
|
+
dateTimeEuroAmPm: import("@slickgrid-universal/common").SortComparer;
|
|
136
|
+
dateTimeEuroAM_PM: import("@slickgrid-universal/common").SortComparer;
|
|
137
|
+
dateTimeEuroShort: import("@slickgrid-universal/common").SortComparer;
|
|
138
|
+
dateTimeEuroShortAmPm: import("@slickgrid-universal/common").SortComparer;
|
|
139
|
+
dateTimeEuroShortAM_PM: import("@slickgrid-universal/common").SortComparer;
|
|
140
|
+
dateUs: import("@slickgrid-universal/common").SortComparer;
|
|
141
|
+
dateUsShort: import("@slickgrid-universal/common").SortComparer;
|
|
142
|
+
dateTimeShortUs: import("@slickgrid-universal/common").SortComparer;
|
|
143
|
+
dateTimeUs: import("@slickgrid-universal/common").SortComparer;
|
|
144
|
+
dateTimeUsAmPm: import("@slickgrid-universal/common").SortComparer;
|
|
145
|
+
dateTimeUsAM_PM: import("@slickgrid-universal/common").SortComparer;
|
|
146
|
+
dateTimeUsShort: import("@slickgrid-universal/common").SortComparer;
|
|
147
|
+
dateTimeUsShortAmPm: import("@slickgrid-universal/common").SortComparer;
|
|
148
|
+
dateTimeUsShortAM_PM: import("@slickgrid-universal/common").SortComparer;
|
|
149
|
+
numeric: import("@slickgrid-universal/common").SortComparer;
|
|
150
|
+
objectString: import("@slickgrid-universal/common").SortComparer;
|
|
151
|
+
string: import("@slickgrid-universal/common").SortComparer;
|
|
152
|
+
};
|
|
153
|
+
Utilities: {
|
|
154
|
+
deepAssign: typeof import("@slickgrid-universal/common").deepMerge;
|
|
155
|
+
sortByFieldType(fieldType: "string" | "number" | "boolean" | "object" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "text" | "readonly", value1: any, value2: any, sortDirection: number, sortColumn?: import("@slickgrid-universal/common").Column<any> | undefined, gridOptions?: import("@slickgrid-universal/common").GridOption | undefined): number;
|
|
156
|
+
addToArrayWhenNotExists<T = any>(inputArray: T[], inputItem: T, itemIdPropName?: string | undefined): void;
|
|
157
|
+
addWhiteSpaces(nbSpaces: number, spaceChar?: string | undefined): string;
|
|
158
|
+
arrayRemoveItemByIndex<T_1>(array: T_1[], index: number): T_1[];
|
|
159
|
+
cancellablePromise<T_2 = any>(inputPromise: Promise<T_2>): import("@slickgrid-universal/common").CancellablePromiseWrapper<T_2>;
|
|
160
|
+
castObservableToPromise<T_3>(rxjs: import("@slickgrid-universal/common").RxJsFacade, input: Promise<T_3> | import("@slickgrid-universal/common").Observable<T_3> | import("@slickgrid-universal/common").Subject<T_3>, fromServiceName?: string | undefined): Promise<T_3>;
|
|
161
|
+
addTreeLevelByMutation<T_4>(treeArray: T_4[], options: {
|
|
162
|
+
childrenPropName: string;
|
|
163
|
+
levelPropName: string;
|
|
164
|
+
}, treeLevel?: number | undefined): void;
|
|
165
|
+
flattenToParentChildArray<T_5>(treeArray: T_5[], options?: {
|
|
166
|
+
parentPropName?: string | undefined;
|
|
167
|
+
childrenPropName?: string | undefined;
|
|
168
|
+
hasChildrenPropName?: string | undefined;
|
|
169
|
+
identifierPropName?: string | undefined;
|
|
170
|
+
shouldAddTreeLevelNumber?: boolean | undefined;
|
|
171
|
+
levelPropName?: string | undefined;
|
|
172
|
+
} | undefined): Omit<T_5, number | typeof Symbol.iterator | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "length" | "substr" | "codePointAt" | "includes" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "at" | "toString" | "valueOf" | "toLocaleString">[];
|
|
173
|
+
unflattenParentChildArrayToTree<P, T_6 extends P & {
|
|
174
|
+
[childrenPropName: string]: P[];
|
|
175
|
+
}>(flatArray: P[], options?: {
|
|
176
|
+
childrenPropName?: string | undefined;
|
|
177
|
+
collapsedPropName?: string | undefined;
|
|
178
|
+
identifierPropName?: string | undefined;
|
|
179
|
+
levelPropName?: string | undefined;
|
|
180
|
+
parentPropName?: string | undefined;
|
|
181
|
+
initiallyCollapsed?: boolean | undefined;
|
|
182
|
+
} | undefined): T_6[];
|
|
183
|
+
deepCopy(objectOrArray: any): any;
|
|
184
|
+
deepMerge(target: any, ...sources: any[]): any;
|
|
185
|
+
emptyObject(obj: any): any;
|
|
186
|
+
isEmptyObject(obj: any): boolean;
|
|
187
|
+
isObject(item: any): any;
|
|
188
|
+
findItemInTreeStructure<T_7 = any>(treeArray: T_7[], predicate: (item: T_7) => boolean, childrenPropertyName: string): T_7 | undefined;
|
|
189
|
+
hasData(value: any): boolean;
|
|
190
|
+
isNumber(value: any, strict?: boolean | undefined): boolean;
|
|
191
|
+
isObjectEmpty(obj: unknown): unknown;
|
|
192
|
+
decimalFormatted(input: string | number, minDecimal?: number | undefined, maxDecimal?: number | undefined, decimalSeparator?: "," | "." | undefined, thousandSeparator?: "" | "," | "_" | "." | " " | undefined): string;
|
|
193
|
+
formatNumber(input: string | number, minDecimal?: number | undefined, maxDecimal?: number | undefined, displayNegativeNumberWithParentheses?: boolean | undefined, symbolPrefix?: string | undefined, symbolSuffix?: string | undefined, decimalSeparator?: "," | "." | undefined, thousandSeparator?: "" | "," | "_" | "." | " " | undefined): string;
|
|
194
|
+
getCellValueFromQueryFieldGetter(columnDef: import("@slickgrid-universal/common").Column<any>, dataContext: any, defaultValue: any): string;
|
|
195
|
+
getDescendantProperty<T_8 = any>(object: T_8, path: string | undefined): any;
|
|
196
|
+
getTranslationPrefix(gridOptions?: import("@slickgrid-universal/common").GridOption | undefined): string;
|
|
197
|
+
mapMomentDateFormatWithFieldType(fieldType: "string" | "number" | "boolean" | "object" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "text" | "readonly"): string;
|
|
198
|
+
mapFlatpickrDateFormatWithFieldType(fieldType: "string" | "number" | "boolean" | "object" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "text" | "readonly"): string;
|
|
199
|
+
mapOperatorType(operator: Enums.OperatorString | Enums.OperatorType): Enums.OperatorType;
|
|
200
|
+
mapOperatorToShorthandDesignation(operator: Enums.OperatorString | Enums.OperatorType): Enums.OperatorString;
|
|
201
|
+
mapOperatorByFieldType(fieldType: "string" | "number" | "boolean" | "object" | "unknown" | "integer" | "float" | "date" | "dateIso" | "dateUtc" | "dateTime" | "dateTimeIso" | "dateTimeIsoAmPm" | "dateTimeIsoAM_PM" | "dateTimeShortIso" | "dateEuro" | "dateEuroShort" | "dateTimeShortEuro" | "dateTimeEuro" | "dateTimeEuroAmPm" | "dateTimeEuroAM_PM" | "dateTimeEuroShort" | "dateTimeEuroShortAmPm" | "dateTimeEuroShortAM_PM" | "dateUs" | "dateUsShort" | "dateTimeShortUs" | "dateTimeUs" | "dateTimeUsAmPm" | "dateTimeUsAM_PM" | "dateTimeUsShort" | "dateTimeUsShortAmPm" | "dateTimeUsShortAM_PM" | "password" | "text" | "readonly"): Enums.OperatorType;
|
|
202
|
+
objectWithoutKey<T_9 = any>(obj: T_9, omitKey: keyof T_9): T_9;
|
|
203
|
+
parseBoolean(input: any): boolean;
|
|
204
|
+
parseUtcDate(inputDateString: any, useUtc?: boolean | undefined): string;
|
|
205
|
+
removeAccentFromText(text: string, shouldLowerCase?: boolean | undefined): string;
|
|
206
|
+
setDeepValue<T_10 = any>(obj: T_10, path: string | string[], value: any): void;
|
|
207
|
+
thousandSeparatorFormatted(inputValue: string | number | null, separator?: "" | "," | "_" | "." | " " | undefined): string | null;
|
|
208
|
+
titleCase(inputStr: string, shouldTitleCaseEveryWords?: boolean | undefined): string;
|
|
209
|
+
toCamelCase(inputStr: string): string;
|
|
210
|
+
toKebabCase(inputStr: string): string;
|
|
211
|
+
toSentenceCase(inputStr: string): string;
|
|
212
|
+
findOrDefault<T_11 = any>(array: T_11[], logic: (item: T_11) => boolean, defaultVal?: {} | undefined): any;
|
|
213
|
+
toSnakeCase(inputStr: string): string;
|
|
214
|
+
unsubscribeAll(subscriptions: (import("@slickgrid-universal/common").Subscription | import("@slickgrid-universal/common").EventSubscription)[]): (import("@slickgrid-universal/common").Subscription | import("@slickgrid-universal/common").EventSubscription)[];
|
|
215
|
+
uniqueArray<T_12 = any>(arr: T_12[]): T_12[];
|
|
216
|
+
uniqueObjectArray(arr: any[], propertyName?: string | undefined): any[];
|
|
217
|
+
CancelledException: typeof import("@slickgrid-universal/common").CancelledException;
|
|
218
|
+
collectionObserver(inputArray: any[], callback: (outputArray: any[], newValues: any[]) => void): void;
|
|
219
|
+
propertyObserver(obj: any, prop: string, callback: (newValue: any) => void): void;
|
|
220
|
+
BackendUtilityService: typeof import("@slickgrid-universal/common").BackendUtilityService;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
export { BindingService };
|
|
224
|
+
export { Aggregators, Editors, Enums, EventPubSubService, Filters, Formatters, GroupTotalFormatters, SortComparers, Utilities };
|
|
225
|
+
export { SlickCompositeEditorComponent, SlickEmptyWarningComponent, SlickPaginationComponent, VanillaForceGridBundle };
|
|
226
|
+
export { Slicker };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Slicker = exports.VanillaForceGridBundle = exports.SlickPaginationComponent = exports.SlickEmptyWarningComponent = exports.SlickCompositeEditorComponent = exports.Utilities = exports.SortComparers = exports.GroupTotalFormatters = exports.Formatters = exports.Filters = exports.EventPubSubService = exports.Enums = exports.Editors = exports.Aggregators = exports.BindingService = void 0;
|
|
4
|
+
const common_1 = require("@slickgrid-universal/common");
|
|
5
|
+
Object.defineProperty(exports, "Aggregators", { enumerable: true, get: function () { return common_1.Aggregators; } });
|
|
6
|
+
Object.defineProperty(exports, "Editors", { enumerable: true, get: function () { return common_1.Editors; } });
|
|
7
|
+
Object.defineProperty(exports, "Enums", { enumerable: true, get: function () { return common_1.Enums; } });
|
|
8
|
+
Object.defineProperty(exports, "Filters", { enumerable: true, get: function () { return common_1.Filters; } });
|
|
9
|
+
Object.defineProperty(exports, "Formatters", { enumerable: true, get: function () { return common_1.Formatters; } });
|
|
10
|
+
Object.defineProperty(exports, "GroupTotalFormatters", { enumerable: true, get: function () { return common_1.GroupTotalFormatters; } });
|
|
11
|
+
Object.defineProperty(exports, "SortComparers", { enumerable: true, get: function () { return common_1.SortComparers; } });
|
|
12
|
+
Object.defineProperty(exports, "Utilities", { enumerable: true, get: function () { return common_1.Utilities; } });
|
|
13
|
+
const binding_1 = require("@slickgrid-universal/binding");
|
|
14
|
+
Object.defineProperty(exports, "BindingService", { enumerable: true, get: function () { return binding_1.BindingService; } });
|
|
15
|
+
const event_pub_sub_1 = require("@slickgrid-universal/event-pub-sub");
|
|
16
|
+
Object.defineProperty(exports, "EventPubSubService", { enumerable: true, get: function () { return event_pub_sub_1.EventPubSubService; } });
|
|
17
|
+
const composite_editor_component_1 = require("@slickgrid-universal/composite-editor-component");
|
|
18
|
+
Object.defineProperty(exports, "SlickCompositeEditorComponent", { enumerable: true, get: function () { return composite_editor_component_1.SlickCompositeEditorComponent; } });
|
|
19
|
+
const empty_warning_component_1 = require("@slickgrid-universal/empty-warning-component");
|
|
20
|
+
Object.defineProperty(exports, "SlickEmptyWarningComponent", { enumerable: true, get: function () { return empty_warning_component_1.SlickEmptyWarningComponent; } });
|
|
21
|
+
const pagination_component_1 = require("@slickgrid-universal/pagination-component");
|
|
22
|
+
Object.defineProperty(exports, "SlickPaginationComponent", { enumerable: true, get: function () { return pagination_component_1.SlickPaginationComponent; } });
|
|
23
|
+
const vanilla_force_bundle_1 = require("./vanilla-force-bundle");
|
|
24
|
+
Object.defineProperty(exports, "VanillaForceGridBundle", { enumerable: true, get: function () { return vanilla_force_bundle_1.VanillaForceGridBundle; } });
|
|
25
|
+
const Slicker = {
|
|
26
|
+
GridBundle: vanilla_force_bundle_1.VanillaForceGridBundle,
|
|
27
|
+
Aggregators: common_1.Aggregators,
|
|
28
|
+
BindingService: binding_1.BindingService,
|
|
29
|
+
Editors: common_1.Editors,
|
|
30
|
+
Enums: common_1.Enums,
|
|
31
|
+
Filters: common_1.Filters,
|
|
32
|
+
Formatters: common_1.Formatters,
|
|
33
|
+
GroupTotalFormatters: common_1.GroupTotalFormatters,
|
|
34
|
+
SortComparers: common_1.SortComparers,
|
|
35
|
+
Utilities: common_1.Utilities,
|
|
36
|
+
};
|
|
37
|
+
exports.Slicker = Slicker;
|
|
38
|
+
// expose the bundle on the global "window" object as Slicker
|
|
39
|
+
if (typeof window !== 'undefined') {
|
|
40
|
+
window.Slicker = Slicker;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,wDAA+I;AA2BtI,4FA3BA,oBAAW,OA2BA;AAAE,wFA3BA,gBAAO,OA2BA;AAAE,sFA3BA,cAAK,OA2BA;AAAsB,wFA3BpB,gBAAO,OA2BoB;AAAE,2FA3BpB,mBAAU,OA2BoB;AAAE,qGA3BpB,6BAAoB,OA2BoB;AAAE,8FA3BpB,sBAAa,OA2BoB;AAAE,0FA3BpB,kBAAS,OA2BoB;AA1B7H,0DAA8D;AAyBrD,+FAzBA,wBAAc,OAyBA;AAxBvB,sEAAwE;AAyBlC,mGAzB7B,kCAAkB,OAyB6B;AAxBxD,gGAAgG;AAyBvF,8GAzBA,0DAA6B,OAyBA;AAxBtC,0FAA0F;AAwBlD,2GAxB/B,oDAA0B,OAwB+B;AAvBlE,oFAAqF;AAuBjB,yGAvB3D,+CAAwB,OAuB2D;AAtB5F,iEAAgE;AAsB8B,uGAtBrF,6CAAsB,OAsBqF;AApBpH,MAAM,OAAO,GAAG;IACd,UAAU,EAAE,6CAAsB;IAClC,WAAW,EAAX,oBAAW;IACX,cAAc,EAAd,wBAAc;IACd,OAAO,EAAP,gBAAO;IACP,KAAK,EAAL,cAAK;IACL,OAAO,EAAP,gBAAO;IACP,UAAU,EAAV,mBAAU;IACV,oBAAoB,EAApB,6BAAoB;IACpB,aAAa,EAAb,sBAAa;IACb,SAAS,EAAT,kBAAS;CACV,CAAC;AAUO,0BAAO;AARhB,6DAA6D;AAC7D,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;IAChC,MAAc,CAAC,OAAO,GAAG,OAAO,CAAC;CACnC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SalesforceGlobalGridOptions = void 0;
|
|
4
|
+
const common_1 = require("@slickgrid-universal/common");
|
|
5
|
+
/** Global Grid Options Defaults for Salesforce */
|
|
6
|
+
exports.SalesforceGlobalGridOptions = {
|
|
7
|
+
autoEdit: true,
|
|
8
|
+
autoCommitEdit: true,
|
|
9
|
+
autoFixResizeTimeout: 5 * 60 * 60,
|
|
10
|
+
autoFixResizeRequiredGoodCount: 5 * 60 * 60,
|
|
11
|
+
autoFixResizeWhenBrokenStyleDetected: true,
|
|
12
|
+
cellValueCouldBeUndefined: true,
|
|
13
|
+
eventNamingStyle: common_1.EventNamingStyle.lowerCaseWithoutOnPrefix,
|
|
14
|
+
compositeEditorOptions: {
|
|
15
|
+
labels: {
|
|
16
|
+
massSelectionButton: 'Apply to Selected & Save',
|
|
17
|
+
massUpdateButton: 'Apply to All & Save'
|
|
18
|
+
},
|
|
19
|
+
resetEditorButtonCssClass: 'mdi mdi-refresh mdi-15px mdi-v-align-text-top',
|
|
20
|
+
resetFormButtonIconCssClass: 'mdi mdi-refresh mdi-16px mdi-flip-h mdi-v-align-text-top'
|
|
21
|
+
},
|
|
22
|
+
datasetIdPropertyName: 'Id',
|
|
23
|
+
emptyDataWarning: {
|
|
24
|
+
message: `<span class="mdi mdi-alert color-warning"></span> No data to display.`,
|
|
25
|
+
},
|
|
26
|
+
enableDeepCopyDatasetOnPageLoad: true,
|
|
27
|
+
enableTextExport: true,
|
|
28
|
+
textExportOptions: {
|
|
29
|
+
exportWithFormatter: true,
|
|
30
|
+
sanitizeDataExport: true,
|
|
31
|
+
},
|
|
32
|
+
enableCellNavigation: true,
|
|
33
|
+
customTooltip: {
|
|
34
|
+
tooltipTextMaxLength: 650,
|
|
35
|
+
},
|
|
36
|
+
filterTypingDebounce: 250,
|
|
37
|
+
formatterOptions: {
|
|
38
|
+
minDecimal: 0,
|
|
39
|
+
maxDecimal: 2,
|
|
40
|
+
thousandSeparator: ','
|
|
41
|
+
},
|
|
42
|
+
frozenHeaderWidthCalcDifferential: 2,
|
|
43
|
+
columnPicker: {
|
|
44
|
+
hideForceFitButton: true,
|
|
45
|
+
},
|
|
46
|
+
gridMenu: {
|
|
47
|
+
commandLabels: {
|
|
48
|
+
clearFrozenColumnsCommandKey: 'UNFREEZE_COLUMNS',
|
|
49
|
+
},
|
|
50
|
+
hideTogglePreHeaderCommand: true,
|
|
51
|
+
hideRefreshDatasetCommand: true,
|
|
52
|
+
hideClearFrozenColumnsCommand: false,
|
|
53
|
+
hideForceFitButton: true,
|
|
54
|
+
},
|
|
55
|
+
headerMenu: {
|
|
56
|
+
hideFreezeColumnsCommand: false,
|
|
57
|
+
iconSortAscCommand: 'fa fa-sort-amount-asc mdi mdi-arrow-up',
|
|
58
|
+
iconSortDescCommand: 'fa fa-sort-amount-desc mdi mdi-arrow-down',
|
|
59
|
+
},
|
|
60
|
+
sanitizer: (dirtyHtml) => typeof dirtyHtml === 'string' ? dirtyHtml.replace(/(\b)(on\S+)(\s*)=|javascript:([^>]*)[^>]*|(<\s*)(\/*)script([<>]*).*(<\s*)(\/*)script(>*)|(<)(\/*)(script|script defer)(.*)(>|>">)/gi, '') : dirtyHtml,
|
|
61
|
+
showCustomFooter: true,
|
|
62
|
+
customFooterOptions: {
|
|
63
|
+
hideMetrics: false,
|
|
64
|
+
hideTotalItemCount: false,
|
|
65
|
+
hideLastUpdateTimestamp: true,
|
|
66
|
+
metricTexts: {
|
|
67
|
+
itemsSelectedKey: 'RECORDS_SELECTED',
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
headerRowHeight: 35,
|
|
71
|
+
rowHeight: 33,
|
|
72
|
+
resizeByContentOnlyOnFirstLoad: false,
|
|
73
|
+
resizeByContentOptions: {
|
|
74
|
+
formatterPaddingWidthInPx: 8,
|
|
75
|
+
maxItemToInspectCellContentWidth: 500,
|
|
76
|
+
},
|
|
77
|
+
rowMoveManager: {
|
|
78
|
+
hideRowMoveShadow: false,
|
|
79
|
+
},
|
|
80
|
+
useSalesforceDefaultGridOptions: true,
|
|
81
|
+
};
|
|
82
|
+
//# sourceMappingURL=salesforce-global-grid-options.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"salesforce-global-grid-options.js","sourceRoot":"","sources":["../../src/salesforce-global-grid-options.ts"],"names":[],"mappings":";;;AAAA,wDAA2E;AAE3E,kDAAkD;AACrC,QAAA,2BAA2B,GAAG;IACzC,QAAQ,EAAE,IAAI;IACd,cAAc,EAAE,IAAI;IACpB,oBAAoB,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE;IACjC,8BAA8B,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE;IAC3C,oCAAoC,EAAE,IAAI;IAC1C,yBAAyB,EAAE,IAAI;IAC/B,gBAAgB,EAAE,yBAAgB,CAAC,wBAAwB;IAC3D,sBAAsB,EAAE;QACtB,MAAM,EAAE;YACN,mBAAmB,EAAE,0BAA0B;YAC/C,gBAAgB,EAAE,qBAAqB;SACxC;QACD,yBAAyB,EAAE,+CAA+C;QAC1E,2BAA2B,EAAE,0DAA0D;KACxF;IACD,qBAAqB,EAAE,IAAI;IAC3B,gBAAgB,EAAE;QAChB,OAAO,EAAE,uEAAuE;KACjF;IACD,+BAA+B,EAAE,IAAI;IACrC,gBAAgB,EAAE,IAAI;IACtB,iBAAiB,EAAE;QACjB,mBAAmB,EAAE,IAAI;QACzB,kBAAkB,EAAE,IAAI;KACzB;IACD,oBAAoB,EAAE,IAAI;IAC1B,aAAa,EAAE;QACb,oBAAoB,EAAE,GAAG;KAC1B;IACD,oBAAoB,EAAE,GAAG;IACzB,gBAAgB,EAAE;QAChB,UAAU,EAAE,CAAC;QACb,UAAU,EAAE,CAAC;QACb,iBAAiB,EAAE,GAAG;KACvB;IACD,iCAAiC,EAAE,CAAC;IACpC,YAAY,EAAE;QACZ,kBAAkB,EAAE,IAAI;KACzB;IACD,QAAQ,EAAE;QACR,aAAa,EAAE;YACb,4BAA4B,EAAE,kBAAkB;SACjD;QACD,0BAA0B,EAAE,IAAI;QAChC,yBAAyB,EAAE,IAAI;QAC/B,6BAA6B,EAAE,KAAK;QACpC,kBAAkB,EAAE,IAAI;KACzB;IACD,UAAU,EAAE;QACV,wBAAwB,EAAE,KAAK;QAC/B,kBAAkB,EAAE,wCAAwC;QAC5D,mBAAmB,EAAE,2CAA2C;KACjE;IACD,SAAS,EAAE,CAAC,SAAiB,EAAE,EAAE,CAAC,OAAO,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC,+IAA+I,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS;IACpP,gBAAgB,EAAE,IAAI;IACtB,mBAAmB,EAAE;QACnB,WAAW,EAAE,KAAK;QAClB,kBAAkB,EAAE,KAAK;QACzB,uBAAuB,EAAE,IAAI;QAC7B,WAAW,EAAE;YACX,gBAAgB,EAAE,kBAAkB;SACrC;KACF;IACD,eAAe,EAAE,EAAE;IACnB,SAAS,EAAE,EAAE;IACb,8BAA8B,EAAE,KAAK;IACrC,sBAAsB,EAAE;QACtB,yBAAyB,EAAE,CAAC;QAC5B,gCAAgC,EAAE,GAAG;KACtC;IACD,cAAc,EAAE;QACd,iBAAiB,EAAE,KAAK;KACzB;IACD,+BAA+B,EAAE,IAAI;CACxB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Column, GridOption, BackendUtilityService, CollectionService, ExtensionService, ExtensionUtility, FilterService, GridEventService, GridService, GridStateService, GroupingAndColspanService, PaginationService, ResizerService, RxJsFacade, SharedService, SortService, TranslaterService, TreeDataService } from '@slickgrid-universal/common';
|
|
2
|
+
import { EventPubSubService } from '@slickgrid-universal/event-pub-sub';
|
|
3
|
+
import { SlickCompositeEditorComponent } from '@slickgrid-universal/composite-editor-component';
|
|
4
|
+
import { SlickVanillaGridBundle, UniversalContainerService } from '@slickgrid-universal/vanilla-bundle';
|
|
5
|
+
export declare class VanillaForceGridBundle extends SlickVanillaGridBundle {
|
|
6
|
+
slickCompositeEditor: SlickCompositeEditorComponent | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* Salesforce Slicker Grid Bundle constructor
|
|
9
|
+
* @param {Object} gridParentContainerElm - div HTML DOM element container
|
|
10
|
+
* @param {Array<Column>} columnDefs - Column Definitions
|
|
11
|
+
* @param {Object} options - Grid Options
|
|
12
|
+
* @param {Array<Object>} dataset - Dataset
|
|
13
|
+
* @param {Array<Object>} hierarchicalDataset - Hierarchical Dataset
|
|
14
|
+
* @param {Object} services - Typically only used for Unit Testing when we want to pass Mocked/Stub Services
|
|
15
|
+
*/
|
|
16
|
+
constructor(gridParentContainerElm: HTMLElement, columnDefs?: Column[], options?: GridOption, dataset?: any[], hierarchicalDataset?: any[], services?: {
|
|
17
|
+
backendUtilityService?: BackendUtilityService;
|
|
18
|
+
collectionService?: CollectionService;
|
|
19
|
+
eventPubSubService?: EventPubSubService;
|
|
20
|
+
extensionService?: ExtensionService;
|
|
21
|
+
extensionUtility?: ExtensionUtility;
|
|
22
|
+
filterService?: FilterService;
|
|
23
|
+
gridEventService?: GridEventService;
|
|
24
|
+
gridService?: GridService;
|
|
25
|
+
gridStateService?: GridStateService;
|
|
26
|
+
groupingAndColspanService?: GroupingAndColspanService;
|
|
27
|
+
paginationService?: PaginationService;
|
|
28
|
+
resizerService?: ResizerService;
|
|
29
|
+
rxjs?: RxJsFacade;
|
|
30
|
+
sharedService?: SharedService;
|
|
31
|
+
sortService?: SortService;
|
|
32
|
+
treeDataService?: TreeDataService;
|
|
33
|
+
translaterService?: TranslaterService;
|
|
34
|
+
universalContainerService?: UniversalContainerService;
|
|
35
|
+
});
|
|
36
|
+
mergeGridOptions(gridOptions: GridOption): GridOption;
|
|
37
|
+
protected registerResources(): void;
|
|
38
|
+
}
|