Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e2735ee

Browse files
author
SamGraber
committed
Build-bundle-bootstrap
1 parent 66f4bcf commit e2735ee

File tree

5 files changed

+36
-40
lines changed

5 files changed

+36
-40
lines changed

bootstrapper/bootstrapper.js

+15-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/components.js

+10-17
Large diffs are not rendered by default.

output/components.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/components/longClickButton/longClickButton.d.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ export declare class LongClickButtonController extends ButtonAsyncController {
1616
text: string;
1717
onShortClickText: string;
1818
icon: string;
19-
private interval;
2019
duration: number;
21-
buttonText: string;
2220
active: boolean;
23-
actionProgress: number;
24-
private actionInterval;
21+
private actionTimeout;
2522
static $inject: string[];
2623
constructor($interval: angular.IIntervalService, $timeout: angular.ITimeoutService, objectUtility: __object.IObjectUtility, promise: __promise.IPromiseUtility, notification: __notification.INotificationService);
2724
startAction(): void;

source/components/longClickButton/longClickButton.js

+8-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)