@progress/kendo-angular-toolbar 5.0.4 → 6.0.0-dev.202204190531
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/bundles/kendo-angular-toolbar.umd.js +5 -0
- package/{dist/es2015/common → common}/constants.d.ts +0 -0
- package/{dist/es2015/common → common}/preventable-event.d.ts +0 -0
- package/{dist/es2015/common → common}/renderer-click.d.ts +0 -0
- package/{dist/es2015/direction.d.ts → direction.d.ts} +0 -0
- package/{dist/es2015/display-mode.d.ts → display-mode.d.ts} +0 -0
- package/{dist/es2015 → esm2015}/common/constants.js +0 -0
- package/{dist/es2015 → esm2015}/common/preventable-event.js +0 -0
- package/{dist/es → esm2015}/common/renderer-click.js +1 -0
- package/{dist/es2015 → esm2015}/direction.js +1 -0
- package/{dist/es2015 → esm2015}/display-mode.js +1 -0
- package/{dist/es2015 → esm2015}/group-selection-settings.js +1 -0
- package/{dist/es/common/constants.js → esm2015/kendo-angular-toolbar.js} +2 -2
- package/esm2015/localization/custom-messages.component.js +40 -0
- package/esm2015/localization/localized-toolbar-messages.directive.js +36 -0
- package/esm2015/localization/messages.js +23 -0
- package/{dist/es → esm2015}/main.js +0 -0
- package/{dist/es2015 → esm2015}/navigation.service.js +9 -9
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es → esm2015}/popup-settings.js +1 -0
- package/{dist/es2015 → esm2015}/refresh.service.js +8 -10
- package/{dist/es → esm2015}/render-location.js +1 -0
- package/{dist/es2015 → esm2015}/renderer.component.js +36 -41
- package/{dist/es2015 → esm2015}/renderer.service.js +8 -7
- package/{dist/es → esm2015}/tool-options.js +1 -0
- package/{dist/es2015 → esm2015}/toolbar.component.js +164 -131
- package/{dist/es2015 → esm2015}/toolbar.module.js +27 -11
- package/{dist/es2015 → esm2015}/tools/toolbar-button.component.js +117 -114
- package/esm2015/tools/toolbar-buttongroup.component.js +267 -0
- package/esm2015/tools/toolbar-buttonlist.component.js +94 -0
- package/{dist/es2015 → esm2015}/tools/toolbar-dropdownbutton.component.js +119 -121
- package/esm2015/tools/toolbar-separator.component.js +68 -0
- package/{dist/es2015 → esm2015}/tools/toolbar-splitbutton.component.js +128 -126
- package/{dist/es2015 → esm2015}/tools/toolbar-tool.component.js +15 -19
- package/{dist/es2015 → esm2015}/util.js +0 -0
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-toolbar.js} +1012 -879
- package/{dist/es2015/group-selection-settings.d.ts → group-selection-settings.d.ts} +0 -0
- package/kendo-angular-toolbar.d.ts +9 -0
- package/{dist/es2015/localization → localization}/custom-messages.component.d.ts +4 -1
- package/{dist/es2015/localization → localization}/localized-toolbar-messages.directive.d.ts +3 -0
- package/{dist/es2015/localization → localization}/messages.d.ts +3 -0
- package/{dist/es2015/main.d.ts → main.d.ts} +0 -0
- package/{dist/es2015/navigation.service.d.ts → navigation.service.d.ts} +3 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +34 -102
- package/{dist/es2015/popup-settings.d.ts → popup-settings.d.ts} +0 -0
- package/{dist/es2015/refresh.service.d.ts → refresh.service.d.ts} +3 -0
- package/{dist/es2015/render-location.d.ts → render-location.d.ts} +0 -0
- package/{dist/es2015/renderer.component.d.ts → renderer.component.d.ts} +4 -1
- package/{dist/es2015/renderer.service.d.ts → renderer.service.d.ts} +3 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es2015/tool-options.d.ts → tool-options.d.ts} +0 -0
- package/{dist/es2015/toolbar.component.d.ts → toolbar.component.d.ts} +26 -17
- package/toolbar.module.d.ts +37 -0
- package/{dist/es2015/tools → tools}/toolbar-button.component.d.ts +10 -6
- package/{dist/es2015/tools → tools}/toolbar-buttongroup.component.d.ts +7 -5
- package/{dist/es2015/tools → tools}/toolbar-buttonlist.component.d.ts +3 -0
- package/{dist/es2015/tools → tools}/toolbar-dropdownbutton.component.d.ts +15 -10
- package/{dist/es2015/tools → tools}/toolbar-separator.component.d.ts +3 -0
- package/{dist/es2015/tools → tools}/toolbar-splitbutton.component.d.ts +14 -9
- package/{dist/es2015/tools → tools}/toolbar-tool.component.d.ts +5 -2
- package/{dist/es2015/util.d.ts → util.d.ts} +0 -0
- package/dist/cdn/js/kendo-angular-toolbar.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/common/preventable-event.js +0 -29
- package/dist/es/direction.js +0 -4
- package/dist/es/display-mode.js +0 -4
- package/dist/es/group-selection-settings.js +0 -4
- package/dist/es/index.js +0 -14
- package/dist/es/localization/custom-messages.component.js +0 -43
- package/dist/es/localization/localized-toolbar-messages.directive.js +0 -35
- package/dist/es/localization/messages.js +0 -22
- package/dist/es/navigation.service.js +0 -130
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/refresh.service.js +0 -22
- package/dist/es/renderer.component.js +0 -132
- package/dist/es/renderer.service.js +0 -52
- package/dist/es/toolbar.component.js +0 -648
- package/dist/es/toolbar.module.js +0 -60
- package/dist/es/tools/toolbar-button.component.js +0 -310
- package/dist/es/tools/toolbar-buttongroup.component.js +0 -165
- package/dist/es/tools/toolbar-buttonlist.component.js +0 -66
- package/dist/es/tools/toolbar-dropdownbutton.component.js +0 -368
- package/dist/es/tools/toolbar-separator.component.js +0 -67
- package/dist/es/tools/toolbar-splitbutton.component.js +0 -380
- package/dist/es/tools/toolbar-tool.component.js +0 -76
- package/dist/es/util.js +0 -204
- package/dist/es2015/common/renderer-click.js +0 -4
- package/dist/es2015/index.d.ts +0 -14
- package/dist/es2015/index.js +0 -14
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/localization/custom-messages.component.js +0 -35
- package/dist/es2015/localization/localized-toolbar-messages.directive.js +0 -31
- package/dist/es2015/localization/messages.js +0 -16
- package/dist/es2015/main.js +0 -14
- package/dist/es2015/popup-settings.js +0 -4
- package/dist/es2015/render-location.js +0 -4
- package/dist/es2015/tool-options.js +0 -4
- package/dist/es2015/toolbar.module.d.ts +0 -18
- package/dist/es2015/tools/toolbar-buttongroup.component.js +0 -216
- package/dist/es2015/tools/toolbar-buttonlist.component.js +0 -87
- package/dist/es2015/tools/toolbar-separator.component.js +0 -68
- package/dist/fesm5/index.js +0 -2672
- package/dist/npm/common/constants.js +0 -10
- package/dist/npm/common/preventable-event.js +0 -31
- package/dist/npm/common/renderer-click.js +0 -6
- package/dist/npm/direction.js +0 -6
- package/dist/npm/display-mode.js +0 -6
- package/dist/npm/group-selection-settings.js +0 -6
- package/dist/npm/index.js +0 -23
- package/dist/npm/localization/custom-messages.component.js +0 -45
- package/dist/npm/localization/localized-toolbar-messages.directive.js +0 -37
- package/dist/npm/localization/messages.js +0 -24
- package/dist/npm/main.js +0 -26
- package/dist/npm/navigation.service.js +0 -132
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/popup-settings.js +0 -6
- package/dist/npm/refresh.service.js +0 -24
- package/dist/npm/render-location.js +0 -6
- package/dist/npm/renderer.component.js +0 -134
- package/dist/npm/renderer.service.js +0 -54
- package/dist/npm/tool-options.js +0 -6
- package/dist/npm/toolbar.component.js +0 -650
- package/dist/npm/toolbar.module.js +0 -62
- package/dist/npm/tools/toolbar-button.component.js +0 -312
- package/dist/npm/tools/toolbar-buttongroup.component.js +0 -167
- package/dist/npm/tools/toolbar-buttonlist.component.js +0 -68
- package/dist/npm/tools/toolbar-dropdownbutton.component.js +0 -370
- package/dist/npm/tools/toolbar-separator.component.js +0 -69
- package/dist/npm/tools/toolbar-splitbutton.component.js +0 -382
- package/dist/npm/tools/toolbar-tool.component.js +0 -78
- package/dist/npm/util.js +0 -209
- package/dist/systemjs/kendo-angular-toolbar.js +0 -5
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
exports.defaultPopupWidth = '150px';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
var PreventableEvent = /** @class */ (function () {
|
|
11
|
-
function PreventableEvent() {
|
|
12
|
-
this.prevented = false;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Prevents the default action for a specified event.
|
|
16
|
-
* In this way, the source component suppresses the built-in behavior that follows the event.
|
|
17
|
-
*/
|
|
18
|
-
PreventableEvent.prototype.preventDefault = function () {
|
|
19
|
-
this.prevented = true;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* If the event is prevented by any of its subscribers, returns `true`.
|
|
23
|
-
*
|
|
24
|
-
* @returns `true` if the default action was prevented. Otherwise, returns `false`.
|
|
25
|
-
*/
|
|
26
|
-
PreventableEvent.prototype.isDefaultPrevented = function () {
|
|
27
|
-
return this.prevented;
|
|
28
|
-
};
|
|
29
|
-
return PreventableEvent;
|
|
30
|
-
}());
|
|
31
|
-
exports.PreventableEvent = PreventableEvent;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/npm/direction.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/npm/display-mode.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/npm/index.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
/**
|
|
7
|
-
* Generated bundle index. Do not edit.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
var tslib_1 = require("tslib");
|
|
11
|
-
tslib_1.__exportStar(require("./main"), exports);
|
|
12
|
-
var messages_1 = require("./localization/messages");
|
|
13
|
-
exports.ToolbarMessages = messages_1.ToolbarMessages
|
|
14
|
-
var navigation_service_1 = require("./navigation.service");
|
|
15
|
-
exports.NavigationService = navigation_service_1.NavigationService
|
|
16
|
-
var refresh_service_1 = require("./refresh.service");
|
|
17
|
-
exports.RefreshService = refresh_service_1.RefreshService
|
|
18
|
-
var renderer_component_1 = require("./renderer.component");
|
|
19
|
-
exports.ToolBarRendererComponent = renderer_component_1.ToolBarRendererComponent
|
|
20
|
-
var renderer_service_1 = require("./renderer.service");
|
|
21
|
-
exports.RendererService = renderer_service_1.RendererService
|
|
22
|
-
var toolbar_buttonlist_component_1 = require("./tools/toolbar-buttonlist.component");
|
|
23
|
-
exports.ToolBarButtonListComponent = toolbar_buttonlist_component_1.ToolBarButtonListComponent
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_l10n_1 = require("@progress/kendo-angular-l10n");
|
|
10
|
-
var messages_1 = require("./messages");
|
|
11
|
-
/**
|
|
12
|
-
* Custom component messages override default component messages.
|
|
13
|
-
*/
|
|
14
|
-
var ToolbarCustomMessagesComponent = /** @class */ (function (_super) {
|
|
15
|
-
tslib_1.__extends(ToolbarCustomMessagesComponent, _super);
|
|
16
|
-
function ToolbarCustomMessagesComponent(service) {
|
|
17
|
-
var _this = _super.call(this) || this;
|
|
18
|
-
_this.service = service;
|
|
19
|
-
return _this;
|
|
20
|
-
}
|
|
21
|
-
ToolbarCustomMessagesComponent_1 = ToolbarCustomMessagesComponent;
|
|
22
|
-
Object.defineProperty(ToolbarCustomMessagesComponent.prototype, "override", {
|
|
23
|
-
get: function () {
|
|
24
|
-
return true;
|
|
25
|
-
},
|
|
26
|
-
enumerable: true,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
var ToolbarCustomMessagesComponent_1;
|
|
30
|
-
ToolbarCustomMessagesComponent = ToolbarCustomMessagesComponent_1 = tslib_1.__decorate([
|
|
31
|
-
core_1.Component({
|
|
32
|
-
providers: [
|
|
33
|
-
{
|
|
34
|
-
provide: messages_1.ToolbarMessages,
|
|
35
|
-
useExisting: core_1.forwardRef(function () { return ToolbarCustomMessagesComponent_1; }) // tslint:disable-line:no-forward-ref
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
selector: 'kendo-toolbar-messages',
|
|
39
|
-
template: ""
|
|
40
|
-
}),
|
|
41
|
-
tslib_1.__metadata("design:paramtypes", [kendo_angular_l10n_1.LocalizationService])
|
|
42
|
-
], ToolbarCustomMessagesComponent);
|
|
43
|
-
return ToolbarCustomMessagesComponent;
|
|
44
|
-
}(messages_1.ToolbarMessages));
|
|
45
|
-
exports.ToolbarCustomMessagesComponent = ToolbarCustomMessagesComponent;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_l10n_1 = require("@progress/kendo-angular-l10n");
|
|
10
|
-
var messages_1 = require("./messages");
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var LocalizedToolbarMessagesDirective = /** @class */ (function (_super) {
|
|
15
|
-
tslib_1.__extends(LocalizedToolbarMessagesDirective, _super);
|
|
16
|
-
function LocalizedToolbarMessagesDirective(service) {
|
|
17
|
-
var _this = _super.call(this) || this;
|
|
18
|
-
_this.service = service;
|
|
19
|
-
return _this;
|
|
20
|
-
}
|
|
21
|
-
LocalizedToolbarMessagesDirective_1 = LocalizedToolbarMessagesDirective;
|
|
22
|
-
var LocalizedToolbarMessagesDirective_1;
|
|
23
|
-
LocalizedToolbarMessagesDirective = LocalizedToolbarMessagesDirective_1 = tslib_1.__decorate([
|
|
24
|
-
core_1.Directive({
|
|
25
|
-
providers: [
|
|
26
|
-
{
|
|
27
|
-
provide: messages_1.ToolbarMessages,
|
|
28
|
-
useExisting: core_1.forwardRef(function () { return LocalizedToolbarMessagesDirective_1; }) // tslint:disable-line:no-forward-ref
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
selector: '[kendoToolbarLocalizedMessages]'
|
|
32
|
-
}),
|
|
33
|
-
tslib_1.__metadata("design:paramtypes", [kendo_angular_l10n_1.LocalizationService])
|
|
34
|
-
], LocalizedToolbarMessagesDirective);
|
|
35
|
-
return LocalizedToolbarMessagesDirective;
|
|
36
|
-
}(messages_1.ToolbarMessages));
|
|
37
|
-
exports.LocalizedToolbarMessagesDirective = LocalizedToolbarMessagesDirective;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_l10n_1 = require("@progress/kendo-angular-l10n");
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
var ToolbarMessages = /** @class */ (function (_super) {
|
|
14
|
-
tslib_1.__extends(ToolbarMessages, _super);
|
|
15
|
-
function ToolbarMessages() {
|
|
16
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
-
}
|
|
18
|
-
tslib_1.__decorate([
|
|
19
|
-
core_1.Input(),
|
|
20
|
-
tslib_1.__metadata("design:type", String)
|
|
21
|
-
], ToolbarMessages.prototype, "moreToolsTitle", void 0);
|
|
22
|
-
return ToolbarMessages;
|
|
23
|
-
}(kendo_angular_l10n_1.ComponentMessages));
|
|
24
|
-
exports.ToolbarMessages = ToolbarMessages;
|
package/dist/npm/main.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var toolbar_component_1 = require("./toolbar.component");
|
|
8
|
-
exports.ToolBarComponent = toolbar_component_1.ToolBarComponent;
|
|
9
|
-
var toolbar_tool_component_1 = require("./tools/toolbar-tool.component");
|
|
10
|
-
exports.ToolBarToolComponent = toolbar_tool_component_1.ToolBarToolComponent;
|
|
11
|
-
var toolbar_button_component_1 = require("./tools/toolbar-button.component");
|
|
12
|
-
exports.ToolBarButtonComponent = toolbar_button_component_1.ToolBarButtonComponent;
|
|
13
|
-
var toolbar_buttongroup_component_1 = require("./tools/toolbar-buttongroup.component");
|
|
14
|
-
exports.ToolBarButtonGroupComponent = toolbar_buttongroup_component_1.ToolBarButtonGroupComponent;
|
|
15
|
-
var toolbar_dropdownbutton_component_1 = require("./tools/toolbar-dropdownbutton.component");
|
|
16
|
-
exports.ToolBarDropDownButtonComponent = toolbar_dropdownbutton_component_1.ToolBarDropDownButtonComponent;
|
|
17
|
-
var toolbar_splitbutton_component_1 = require("./tools/toolbar-splitbutton.component");
|
|
18
|
-
exports.ToolBarSplitButtonComponent = toolbar_splitbutton_component_1.ToolBarSplitButtonComponent;
|
|
19
|
-
var toolbar_separator_component_1 = require("./tools/toolbar-separator.component");
|
|
20
|
-
exports.ToolBarSeparatorComponent = toolbar_separator_component_1.ToolBarSeparatorComponent;
|
|
21
|
-
var toolbar_module_1 = require("./toolbar.module");
|
|
22
|
-
exports.ToolBarModule = toolbar_module_1.ToolBarModule;
|
|
23
|
-
var localized_toolbar_messages_directive_1 = require("./localization/localized-toolbar-messages.directive");
|
|
24
|
-
exports.LocalizedToolbarMessagesDirective = localized_toolbar_messages_directive_1.LocalizedToolbarMessagesDirective;
|
|
25
|
-
var custom_messages_component_1 = require("./localization/custom-messages.component");
|
|
26
|
-
exports.ToolbarCustomMessagesComponent = custom_messages_component_1.ToolbarCustomMessagesComponent;
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var operators_1 = require("rxjs/operators");
|
|
10
|
-
var util_1 = require("./util");
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var NavigationService = /** @class */ (function () {
|
|
15
|
-
function NavigationService(zone) {
|
|
16
|
-
this.zone = zone;
|
|
17
|
-
this.focused = { renderedTool: null, index: -1 };
|
|
18
|
-
this.renderedTools = [];
|
|
19
|
-
this.isPopupFocused = false;
|
|
20
|
-
this.isOverflowButtonFocused = false;
|
|
21
|
-
}
|
|
22
|
-
NavigationService.prototype.setRenderedTools = function (rts) {
|
|
23
|
-
this.renderedTools = rts.slice();
|
|
24
|
-
};
|
|
25
|
-
NavigationService.prototype.click = function (_a) {
|
|
26
|
-
var context = _a.context, ev = _a.event;
|
|
27
|
-
if (this.focused.renderedTool !== context && ev) {
|
|
28
|
-
this.focus(context, ev);
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
NavigationService.prototype.moveFocusToToolBar = function () {
|
|
32
|
-
this.isPopupFocused = false;
|
|
33
|
-
this.focusOverflowButton();
|
|
34
|
-
};
|
|
35
|
-
NavigationService.prototype.moveFocusToPopup = function () {
|
|
36
|
-
this.isPopupFocused = true;
|
|
37
|
-
this.blurOverflowButton();
|
|
38
|
-
this.focus();
|
|
39
|
-
};
|
|
40
|
-
NavigationService.prototype.focusNext = function (ev) {
|
|
41
|
-
if (!this.isOverflowButtonFocused && this.focused.renderedTool && !this.focused.renderedTool.tool.handleKey(ev)) {
|
|
42
|
-
var nextRT = this.getFocusableTools().slice(this.focused.index + 1)[0];
|
|
43
|
-
if (nextRT) {
|
|
44
|
-
this.focus(nextRT, ev);
|
|
45
|
-
}
|
|
46
|
-
else {
|
|
47
|
-
if (this.isOverflowButtonVisible() && !this.isPopupFocused) {
|
|
48
|
-
this.focusOverflowButton();
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
NavigationService.prototype.focusPrev = function (ev) {
|
|
54
|
-
if (this.isOverflowButtonFocused) {
|
|
55
|
-
var lastFocusableRT = this.getFocusableTools().reverse()[0];
|
|
56
|
-
this.focus(lastFocusableRT, ev);
|
|
57
|
-
}
|
|
58
|
-
else if (this.focused.renderedTool && !this.focused.renderedTool.tool.handleKey(ev)) {
|
|
59
|
-
var prevRT = this.getFocusableTools()
|
|
60
|
-
.slice(0, this.focused.index)
|
|
61
|
-
.reverse()[0];
|
|
62
|
-
if (prevRT) {
|
|
63
|
-
this.focus(prevRT, ev);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
NavigationService.prototype.resetNavigation = function () {
|
|
68
|
-
this.blurOverflowButton();
|
|
69
|
-
this.focused.renderedTool = null;
|
|
70
|
-
this.focused.index = -1;
|
|
71
|
-
};
|
|
72
|
-
NavigationService.prototype.focusFirst = function (ev) {
|
|
73
|
-
var firstTool = this.getFocusableTools()[0];
|
|
74
|
-
var overFlowButton = this.overflowButton;
|
|
75
|
-
if (firstTool) {
|
|
76
|
-
this.focused.renderedTool = firstTool;
|
|
77
|
-
this.focused.index = this.getFocusableTools().findIndex(function (rt) { return rt === firstTool; });
|
|
78
|
-
this.focus(firstTool, ev);
|
|
79
|
-
}
|
|
80
|
-
else if (overFlowButton) {
|
|
81
|
-
overFlowButton.nativeElement.focus();
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
NavigationService.prototype.getFocusableTools = function () {
|
|
85
|
-
var _this = this;
|
|
86
|
-
return this.renderedTools.filter(function (rt) { return rt.tool.overflows === _this.isPopupFocused && rt.tool.canFocus(); });
|
|
87
|
-
};
|
|
88
|
-
NavigationService.prototype.focus = function (renderedTool, ev) {
|
|
89
|
-
var _this = this;
|
|
90
|
-
// running the code below in onStable fixes issue #2939
|
|
91
|
-
this.zone.onStable.pipe(operators_1.take(1)).subscribe(function () {
|
|
92
|
-
if (!renderedTool) {
|
|
93
|
-
var focusableRTs = _this.getFocusableTools();
|
|
94
|
-
var lastFocusedRT_1 = focusableRTs.find(function (rt) { return rt === _this.focused.renderedTool; }) || focusableRTs[0];
|
|
95
|
-
// guard against only disabled tools
|
|
96
|
-
if (lastFocusedRT_1) {
|
|
97
|
-
_this.focused.renderedTool = lastFocusedRT_1;
|
|
98
|
-
_this.focused.index = _this.getFocusableTools().findIndex(function (rt) { return rt === lastFocusedRT_1; });
|
|
99
|
-
// if event is undefined, then this means that the tool is the first one in the overflow popup
|
|
100
|
-
lastFocusedRT_1.tool.focus(ev);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
else if (renderedTool.tool.canFocus && renderedTool.tool.canFocus()) {
|
|
104
|
-
_this.focused.renderedTool = renderedTool;
|
|
105
|
-
_this.focused.index = _this.getFocusableTools().findIndex(function (rt) { return rt === renderedTool; });
|
|
106
|
-
renderedTool.tool.focus(ev);
|
|
107
|
-
_this.blurOverflowButton();
|
|
108
|
-
}
|
|
109
|
-
});
|
|
110
|
-
};
|
|
111
|
-
NavigationService.prototype.blurOverflowButton = function () {
|
|
112
|
-
if (this.overflowButton) {
|
|
113
|
-
this.isOverflowButtonFocused = false;
|
|
114
|
-
this.overflowButton.nativeElement.tabIndex = -1;
|
|
115
|
-
}
|
|
116
|
-
};
|
|
117
|
-
NavigationService.prototype.focusOverflowButton = function () {
|
|
118
|
-
this.isOverflowButtonFocused = true;
|
|
119
|
-
this.overflowButton.nativeElement.tabIndex = 0;
|
|
120
|
-
this.overflowButton.nativeElement.focus();
|
|
121
|
-
};
|
|
122
|
-
NavigationService.prototype.isOverflowButtonVisible = function () {
|
|
123
|
-
return (util_1.isPresent(this.overflowButton) &&
|
|
124
|
-
window.getComputedStyle(this.overflowButton.nativeElement).getPropertyValue('visibility') === 'visible');
|
|
125
|
-
};
|
|
126
|
-
NavigationService = tslib_1.__decorate([
|
|
127
|
-
core_1.Injectable(),
|
|
128
|
-
tslib_1.__metadata("design:paramtypes", [core_1.NgZone])
|
|
129
|
-
], NavigationService);
|
|
130
|
-
return NavigationService;
|
|
131
|
-
}());
|
|
132
|
-
exports.NavigationService = NavigationService;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
exports.packageMetadata = {
|
|
11
|
-
name: '@progress/kendo-angular-toolbar',
|
|
12
|
-
productName: 'Kendo UI for Angular',
|
|
13
|
-
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
14
|
-
publishDate: 1650269515,
|
|
15
|
-
version: '',
|
|
16
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
17
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
var RefreshService = /** @class */ (function () {
|
|
13
|
-
function RefreshService() {
|
|
14
|
-
this.onRefresh = new core_1.EventEmitter();
|
|
15
|
-
}
|
|
16
|
-
RefreshService.prototype.refresh = function (tool) {
|
|
17
|
-
this.onRefresh.emit(tool);
|
|
18
|
-
};
|
|
19
|
-
RefreshService = tslib_1.__decorate([
|
|
20
|
-
core_1.Injectable()
|
|
21
|
-
], RefreshService);
|
|
22
|
-
return RefreshService;
|
|
23
|
-
}());
|
|
24
|
-
exports.RefreshService = RefreshService;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var util_1 = require("./util");
|
|
10
|
-
var toolbar_tool_component_1 = require("./tools/toolbar-tool.component");
|
|
11
|
-
var refresh_service_1 = require("./refresh.service");
|
|
12
|
-
var renderer_service_1 = require("./renderer.service");
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
var ToolBarRendererComponent = /** @class */ (function () {
|
|
17
|
-
function ToolBarRendererComponent(element, renderer, rendererService, refreshService) {
|
|
18
|
-
var _this = this;
|
|
19
|
-
this.element = element;
|
|
20
|
-
this.renderer = renderer;
|
|
21
|
-
this.rendererService = rendererService;
|
|
22
|
-
this.refreshService = refreshService;
|
|
23
|
-
this.rendererClick = new core_1.EventEmitter();
|
|
24
|
-
this.rendererService.element = element;
|
|
25
|
-
this.rendererService.renderer = this;
|
|
26
|
-
this.refreshSubscription = this.refreshService.onRefresh.subscribe(function (tool) {
|
|
27
|
-
if (_this.tool === tool) {
|
|
28
|
-
_this.refresh();
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
ToolBarRendererComponent.prototype.onClick = function (ev) {
|
|
33
|
-
this.rendererClick.emit({ context: this, event: ev });
|
|
34
|
-
};
|
|
35
|
-
ToolBarRendererComponent.prototype.ngOnInit = function () {
|
|
36
|
-
if (this.resizable) {
|
|
37
|
-
if (this.location === 'toolbar') {
|
|
38
|
-
this.template = this.tool.toolbarTemplate;
|
|
39
|
-
this.renderer.setStyle(this.element.nativeElement, 'visibility', 'hidden');
|
|
40
|
-
this.renderer.setStyle(this.element.nativeElement, 'display', 'none');
|
|
41
|
-
}
|
|
42
|
-
else {
|
|
43
|
-
this.template = this.tool.popupTemplate;
|
|
44
|
-
this.renderer.setStyle(this.element.nativeElement, 'display', 'none');
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
else {
|
|
48
|
-
this.tool.overflows = false;
|
|
49
|
-
this.template = this.tool.toolbarTemplate;
|
|
50
|
-
this.renderer.setStyle(this.element.nativeElement, 'visibility', 'display');
|
|
51
|
-
this.renderer.setStyle(this.element.nativeElement, 'display', 'inline-block');
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
ToolBarRendererComponent.prototype.ngOnDestroy = function () {
|
|
55
|
-
this.refreshSubscription.unsubscribe();
|
|
56
|
-
};
|
|
57
|
-
ToolBarRendererComponent.prototype.ngAfterViewInit = function () {
|
|
58
|
-
if (this.resizable) {
|
|
59
|
-
this.refresh();
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
Object.defineProperty(ToolBarRendererComponent.prototype, "width", {
|
|
63
|
-
/**
|
|
64
|
-
* @hidden
|
|
65
|
-
*/
|
|
66
|
-
get: function () {
|
|
67
|
-
return this.tool.overflows ? 0 : util_1.outerWidth(this.element.nativeElement);
|
|
68
|
-
},
|
|
69
|
-
enumerable: true,
|
|
70
|
-
configurable: true
|
|
71
|
-
});
|
|
72
|
-
/**
|
|
73
|
-
* @hidden
|
|
74
|
-
*/
|
|
75
|
-
ToolBarRendererComponent.prototype.isDisplayed = function () {
|
|
76
|
-
return this.element.nativeElement.style.display !== 'none';
|
|
77
|
-
};
|
|
78
|
-
/**
|
|
79
|
-
* @hidden
|
|
80
|
-
*/
|
|
81
|
-
ToolBarRendererComponent.prototype.refresh = function () {
|
|
82
|
-
if (this.resizable) {
|
|
83
|
-
if (this.location === 'toolbar') {
|
|
84
|
-
this.renderer.setStyle(this.element.nativeElement, 'visibility', this.tool.visibility);
|
|
85
|
-
this.renderer.setStyle(this.element.nativeElement, 'display', this.tool.toolbarDisplay);
|
|
86
|
-
}
|
|
87
|
-
else {
|
|
88
|
-
this.renderer.setStyle(this.element.nativeElement, 'display', this.tool.overflowDisplay);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
};
|
|
92
|
-
/**
|
|
93
|
-
* @hidden
|
|
94
|
-
*/
|
|
95
|
-
ToolBarRendererComponent.prototype.setAttribute = function (element, attr, value) {
|
|
96
|
-
this.renderer.setAttribute(element, attr, value);
|
|
97
|
-
};
|
|
98
|
-
tslib_1.__decorate([
|
|
99
|
-
core_1.Input(),
|
|
100
|
-
tslib_1.__metadata("design:type", toolbar_tool_component_1.ToolBarToolComponent)
|
|
101
|
-
], ToolBarRendererComponent.prototype, "tool", void 0);
|
|
102
|
-
tslib_1.__decorate([
|
|
103
|
-
core_1.Input(),
|
|
104
|
-
tslib_1.__metadata("design:type", String)
|
|
105
|
-
], ToolBarRendererComponent.prototype, "location", void 0);
|
|
106
|
-
tslib_1.__decorate([
|
|
107
|
-
core_1.Input(),
|
|
108
|
-
tslib_1.__metadata("design:type", Boolean)
|
|
109
|
-
], ToolBarRendererComponent.prototype, "resizable", void 0);
|
|
110
|
-
tslib_1.__decorate([
|
|
111
|
-
core_1.Output(),
|
|
112
|
-
tslib_1.__metadata("design:type", core_1.EventEmitter)
|
|
113
|
-
], ToolBarRendererComponent.prototype, "rendererClick", void 0);
|
|
114
|
-
tslib_1.__decorate([
|
|
115
|
-
core_1.HostListener('click', ['$event']),
|
|
116
|
-
tslib_1.__metadata("design:type", Function),
|
|
117
|
-
tslib_1.__metadata("design:paramtypes", [Object]),
|
|
118
|
-
tslib_1.__metadata("design:returntype", void 0)
|
|
119
|
-
], ToolBarRendererComponent.prototype, "onClick", null);
|
|
120
|
-
ToolBarRendererComponent = tslib_1.__decorate([
|
|
121
|
-
core_1.Component({
|
|
122
|
-
exportAs: 'kendoToolBarRenderer',
|
|
123
|
-
providers: [renderer_service_1.RendererService],
|
|
124
|
-
selector: 'kendo-toolbar-renderer',
|
|
125
|
-
template: "\n <ng-container *ngIf=\"location === 'toolbar'\">\n <ng-template [ngTemplateOutlet]=\"template\"></ng-template>\n </ng-container>\n <ng-container *ngIf=\"location === 'overflow' && tool.responsive\">\n <ng-template [ngTemplateOutlet]=\"template\"></ng-template>\n </ng-container>\n "
|
|
126
|
-
}),
|
|
127
|
-
tslib_1.__metadata("design:paramtypes", [core_1.ElementRef,
|
|
128
|
-
core_1.Renderer2,
|
|
129
|
-
renderer_service_1.RendererService,
|
|
130
|
-
refresh_service_1.RefreshService])
|
|
131
|
-
], ToolBarRendererComponent);
|
|
132
|
-
return ToolBarRendererComponent;
|
|
133
|
-
}());
|
|
134
|
-
exports.ToolBarRendererComponent = ToolBarRendererComponent;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var util_1 = require("./util");
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
var RendererService = /** @class */ (function () {
|
|
14
|
-
function RendererService() {
|
|
15
|
-
}
|
|
16
|
-
RendererService.prototype.getElement = function () {
|
|
17
|
-
return this.element.nativeElement;
|
|
18
|
-
};
|
|
19
|
-
RendererService.prototype.querySelector = function (selector) {
|
|
20
|
-
return this.element.nativeElement.querySelector(selector);
|
|
21
|
-
};
|
|
22
|
-
RendererService.prototype.querySelectorAll = function (selector) {
|
|
23
|
-
return this.element.nativeElement.querySelectorAll(selector);
|
|
24
|
-
};
|
|
25
|
-
RendererService.prototype.findFocusable = function () {
|
|
26
|
-
return util_1.findFocusable(this.element.nativeElement, false);
|
|
27
|
-
};
|
|
28
|
-
RendererService.prototype.findFocusableChild = function (element) {
|
|
29
|
-
if (!element) {
|
|
30
|
-
element = this.findFocusable();
|
|
31
|
-
}
|
|
32
|
-
return util_1.findFocusableChild(element, false);
|
|
33
|
-
};
|
|
34
|
-
RendererService.prototype.findNextFocusableSibling = function (element) {
|
|
35
|
-
if (!element) {
|
|
36
|
-
element = this.findFocusable();
|
|
37
|
-
}
|
|
38
|
-
return util_1.findFocusableSibling(element, false);
|
|
39
|
-
};
|
|
40
|
-
RendererService.prototype.findPrevFocusableSibling = function (element) {
|
|
41
|
-
if (!element) {
|
|
42
|
-
element = this.findFocusable();
|
|
43
|
-
}
|
|
44
|
-
return util_1.findFocusableSibling(element, false, true);
|
|
45
|
-
};
|
|
46
|
-
RendererService.prototype.setAttribute = function (element, attr, value) {
|
|
47
|
-
this.renderer.setAttribute(element, attr, value);
|
|
48
|
-
};
|
|
49
|
-
RendererService = tslib_1.__decorate([
|
|
50
|
-
core_1.Injectable()
|
|
51
|
-
], RendererService);
|
|
52
|
-
return RendererService;
|
|
53
|
-
}());
|
|
54
|
-
exports.RendererService = RendererService;
|
package/dist/npm/tool-options.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|