fomantic-ui 2.9.4-beta.8 → 2.9.4-beta.80
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/.all-contributorsrc +20 -1
- package/.eslintrc.js +17 -0
- package/.github/FUNDING.yml +1 -1
- package/.github/workflows/ci.yml +6 -6
- package/.github/workflows/depsreview.yml +14 -0
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CONTRIBUTORS.md +2 -0
- package/README.md +2 -12
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +7 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +21 -3
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +15 -3
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +10 -4
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +7 -3
- package/dist/components/dimmer.js +4 -2
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +46 -38
- package/dist/components/dropdown.js +104 -33
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +17 -7
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +4309 -3713
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +12 -1
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +3 -1
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +4 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +15 -3
- package/dist/components/form.js +66 -23
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +5 -5
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +7 -1
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +1 -1
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +2 -1
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +7 -3
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +11 -5
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +10 -4
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +15 -6
- package/dist/components/progress.js +4 -2
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +4 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +67 -14
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +7 -5
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +4 -2
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +14 -6
- package/dist/components/site.js +4 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +4 -2
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +4 -2
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +4 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +4 -2
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +32 -21
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +7 -3
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +7 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +4 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +4713 -3857
- package/dist/semantic.js +385 -136
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/package.json +14 -14
- package/src/definitions/behaviors/api.js +6 -2
- package/src/definitions/behaviors/form.js +65 -22
- package/src/definitions/behaviors/state.js +3 -1
- package/src/definitions/behaviors/visibility.js +3 -1
- package/src/definitions/collections/form.less +9 -2
- package/src/definitions/collections/grid.less +4 -4
- package/src/definitions/collections/message.less +1 -0
- package/src/definitions/collections/table.less +69 -54
- package/src/definitions/elements/button.less +27 -3
- package/src/definitions/elements/label.less +5 -0
- package/src/definitions/globals/site.js +3 -1
- package/src/definitions/globals/site.less +17 -12
- package/src/definitions/modules/accordion.js +3 -1
- package/src/definitions/modules/calendar.js +14 -2
- package/src/definitions/modules/checkbox.js +9 -3
- package/src/definitions/modules/dimmer.js +3 -1
- package/src/definitions/modules/dimmer.less +8 -5
- package/src/definitions/modules/dropdown.js +103 -32
- package/src/definitions/modules/dropdown.less +43 -29
- package/src/definitions/modules/embed.js +16 -6
- package/src/definitions/modules/flyout.js +3 -1
- package/src/definitions/modules/modal.js +6 -2
- package/src/definitions/modules/nag.js +10 -4
- package/src/definitions/modules/popup.js +9 -3
- package/src/definitions/modules/progress.js +3 -1
- package/src/definitions/modules/progress.less +17 -5
- package/src/definitions/modules/rating.js +3 -1
- package/src/definitions/modules/search.js +66 -13
- package/src/definitions/modules/search.less +9 -2
- package/src/definitions/modules/shape.js +6 -4
- package/src/definitions/modules/sidebar.js +3 -1
- package/src/definitions/modules/slider.js +3 -1
- package/src/definitions/modules/sticky.js +3 -1
- package/src/definitions/modules/tab.js +3 -1
- package/src/definitions/modules/toast.js +6 -2
- package/src/definitions/modules/transition.js +6 -2
- package/src/definitions/views/feed.less +11 -0
- package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/src/themes/default/elements/button.variables +3 -0
- package/src/themes/default/elements/emoji.variables +172 -23
- package/src/themes/default/elements/flag.variables +3 -3
- package/src/themes/default/globals/site.variables +3 -0
- package/src/themes/default/globals/variation.variables +3 -0
- package/src/themes/default/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/progress.variables +1 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/views/feed.variables +3 -0
- package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/src/themes/joypixels/elements/emoji.variables +183 -22
- package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/tasks/admin/components/create.js +4 -4
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/components/update.js +3 -3
- package/tasks/admin/distributions/create.js +3 -3
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/distributions/update.js +4 -4
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +19 -10
- package/tasks/build/javascript.js +12 -5
- package/tasks/check-install.js +1 -1
- package/tasks/config/defaults.js +2 -0
- package/tasks/config/tasks.js +1 -1
- package/tasks/docs/build.js +3 -3
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +3 -1
- package/tasks/install.js +2 -2
- package/tasks/watch.js +1 -1
- package/types/fomantic-ui-accordion.d.ts +1 -1
- package/types/fomantic-ui-api.d.ts +9 -3
- package/types/fomantic-ui-calendar.d.ts +110 -9
- package/types/fomantic-ui-checkbox.d.ts +14 -4
- package/types/fomantic-ui-dimmer.d.ts +1 -1
- package/types/fomantic-ui-dropdown.d.ts +76 -44
- package/types/fomantic-ui-embed.d.ts +19 -2
- package/types/fomantic-ui-flyout.d.ts +25 -11
- package/types/fomantic-ui-form.d.ts +123 -15
- package/types/fomantic-ui-modal.d.ts +101 -5
- package/types/fomantic-ui-nag.d.ts +4 -4
- package/types/fomantic-ui-popup.d.ts +38 -12
- package/types/fomantic-ui-progress.d.ts +12 -6
- package/types/fomantic-ui-rating.d.ts +1 -1
- package/types/fomantic-ui-search.d.ts +138 -22
- package/types/fomantic-ui-shape.d.ts +2 -2
- package/types/fomantic-ui-sidebar.d.ts +4 -4
- package/types/fomantic-ui-slider.d.ts +2 -2
- package/types/fomantic-ui-sticky.d.ts +1 -1
- package/types/fomantic-ui-tab.d.ts +6 -6
- package/types/fomantic-ui-toast.d.ts +14 -2
- package/types/fomantic-ui-transition.d.ts +41 -7
- package/types/fomantic-ui-visibility.d.ts +3 -3
- package/types/index.d.ts +25 -25
- package/types/tests.ts +188 -0
- package/types/tsconfig.json +1 -1
- package/types/fomantic-ui-tests.ts +0 -25
@@ -50,7 +50,7 @@ declare namespace FomanticUI {
|
|
50
50
|
/**
|
51
51
|
* Enables animation looping.
|
52
52
|
*/
|
53
|
-
(behavior: 'looping'): JQuery;
|
53
|
+
(behavior: 'set looping'): JQuery;
|
54
54
|
|
55
55
|
/**
|
56
56
|
* Removes looping state from element.
|
@@ -112,11 +112,39 @@ declare namespace FomanticUI {
|
|
112
112
|
*/
|
113
113
|
(behavior: 'is supported'): boolean;
|
114
114
|
|
115
|
+
(behavior: 'scale', duration?: any, onComplete?: () => any): JQuery;
|
116
|
+
|
117
|
+
(behavior: 'zoom', duration?: any, onComplete?: () => any): JQuery;
|
118
|
+
|
119
|
+
(behavior: 'fade' | 'fade up' | 'fade down' | 'fade left' | 'fade right', duration?: any, onComplete?: () => any): JQuery;
|
120
|
+
|
121
|
+
(behavior: 'horizontal flip' | 'vertical flip', duration?: any, onComplete?: () => any): JQuery;
|
122
|
+
|
123
|
+
(behavior: 'drop', duration?: any, onComplete?: () => any): JQuery;
|
124
|
+
|
125
|
+
(behavior: 'fly up' | 'fly down' | 'fly left' | 'fly right', duration?: any, onComplete?: () => any): JQuery;
|
126
|
+
|
127
|
+
(behavior: 'swing up' | 'swing down' | 'swing left' | 'swing right', duration?: any, onComplete?: () => any): JQuery;
|
128
|
+
|
129
|
+
(behavior: 'browse' | 'browse up' | 'browse down' | 'browse left' | 'browse right', duration?: any, onComplete?: () => any): JQuery;
|
130
|
+
|
131
|
+
(behavior: 'slide up' | 'slide down' | 'slide left' | 'slide right', duration?: any, onComplete?: () => any): JQuery;
|
132
|
+
|
133
|
+
// Static animations
|
134
|
+
(behavior: 'pulsating', duration?: any, onComplete?: () => any): JQuery;
|
135
|
+
(behavior: 'jiggle', duration?: any, onComplete?: () => any): JQuery;
|
136
|
+
(behavior: 'flash', duration?: any, onComplete?: () => any): JQuery;
|
137
|
+
(behavior: 'shake', duration?: any, onComplete?: () => any): JQuery;
|
138
|
+
(behavior: 'pulse', duration?: any, onComplete?: () => any): JQuery;
|
139
|
+
(behavior: 'tada', duration?: any, onComplete?: () => any): JQuery;
|
140
|
+
(behavior: 'bounce', duration?: any, onComplete?: () => any): JQuery;
|
141
|
+
(behavior: 'glow', duration?: any, onComplete?: () => any): JQuery;
|
142
|
+
|
115
143
|
/**
|
116
144
|
* Destroys instance and removes all events.
|
117
145
|
*/
|
118
146
|
(behavior: 'destroy'): JQuery;
|
119
|
-
<K extends keyof TransitionSettings>(behavior: 'setting', name: K, value?: undefined,
|
147
|
+
<K extends keyof TransitionSettings>(behavior: 'setting', name: K, value?: undefined,): Partial<Pick<TransitionSettings, keyof TransitionSettings>>;
|
120
148
|
<K extends keyof TransitionSettings>(behavior: 'setting', name: K, value: TransitionSettings[K]): JQuery;
|
121
149
|
(behavior: 'setting', value: Partial<Pick<TransitionSettings, keyof TransitionSettings>>): JQuery;
|
122
150
|
(settings?: Partial<Pick<TransitionSettings, keyof TransitionSettings>>): JQuery;
|
@@ -154,10 +182,10 @@ declare namespace FomanticUI {
|
|
154
182
|
displayType: false | string;
|
155
183
|
|
156
184
|
/**
|
157
|
-
*
|
158
|
-
* @default
|
185
|
+
* Duration of the CSS transition animation
|
186
|
+
* @default false
|
159
187
|
*/
|
160
|
-
duration: string;
|
188
|
+
duration: string | number | false;
|
161
189
|
|
162
190
|
/**
|
163
191
|
* If enabled a 'timeout' will be added to ensure 'animationend' callback occurs even if element is hidden.
|
@@ -165,6 +193,12 @@ declare namespace FomanticUI {
|
|
165
193
|
*/
|
166
194
|
useFailSafe: boolean;
|
167
195
|
|
196
|
+
/**
|
197
|
+
* Delay in ms for fail safe
|
198
|
+
* @default 100
|
199
|
+
*/
|
200
|
+
failSafeDelay: number;
|
201
|
+
|
168
202
|
/**
|
169
203
|
* If enabled will allow same animation to be queued while it is already occurring.
|
170
204
|
* @default false
|
@@ -199,7 +233,7 @@ declare namespace FomanticUI {
|
|
199
233
|
* Callback right before the show transition should start.
|
200
234
|
* The 'showFunction' parameter has to be called inside the callback to trigger the transition show
|
201
235
|
*/
|
202
|
-
onBeforeShow(this: JQuery, showFunction:
|
236
|
+
onBeforeShow(this: JQuery, showFunction: () => void): void;
|
203
237
|
|
204
238
|
/**
|
205
239
|
* Callback once the show transition has finished.
|
@@ -216,7 +250,7 @@ declare namespace FomanticUI {
|
|
216
250
|
* Callback right before the hide transition should start.
|
217
251
|
* The 'hideFunction' parameter has to be called inside the callback to trigger the transition hide.
|
218
252
|
*/
|
219
|
-
onBeforeHide(this: JQuery, hideFunction:
|
253
|
+
onBeforeHide(this: JQuery, hideFunction: () => void): void;
|
220
254
|
|
221
255
|
/**
|
222
256
|
* Callback once the transition hide has finished.
|
@@ -44,10 +44,10 @@ declare namespace FomanticUI {
|
|
44
44
|
(behavior: 'get screen size'): object;
|
45
45
|
|
46
46
|
(behavior: 'destroy'): JQuery;
|
47
|
-
<K extends keyof VisibilitySettings>(behavior: 'setting', name: K, value?: undefined,
|
47
|
+
<K extends keyof VisibilitySettings>(behavior: 'setting', name: K, value?: undefined,): Partial<Pick<VisibilitySettings, keyof VisibilitySettings>>;
|
48
48
|
<K extends keyof VisibilitySettings>(behavior: 'setting', name: K, value: VisibilitySettings[K]): JQuery;
|
49
|
-
(behavior: 'setting', value: VisibilitySettings): JQuery;
|
50
|
-
(settings?: VisibilitySettings): JQuery;
|
49
|
+
(behavior: 'setting', value: Partial<Pick<VisibilitySettings, keyof VisibilitySettings>>): JQuery;
|
50
|
+
(settings?: Partial<Pick<VisibilitySettings, keyof VisibilitySettings>>): JQuery;
|
51
51
|
}
|
52
52
|
|
53
53
|
/**
|
package/types/index.d.ts
CHANGED
@@ -30,34 +30,34 @@
|
|
30
30
|
/// <reference path="fomantic-ui-visibility.d.ts" />
|
31
31
|
|
32
32
|
interface JQuery {
|
33
|
-
accordion:
|
34
|
-
api:
|
35
|
-
calendar:
|
36
|
-
checkbox:
|
37
|
-
dimmer:
|
38
|
-
dropdown:
|
39
|
-
embed:
|
40
|
-
flyout:
|
41
|
-
form:
|
42
|
-
modal:
|
43
|
-
nag:
|
44
|
-
popup:
|
45
|
-
progress:
|
46
|
-
rating:
|
47
|
-
search:
|
48
|
-
shape:
|
49
|
-
sidebar:
|
50
|
-
slider:
|
51
|
-
sticky:
|
52
|
-
tab:
|
53
|
-
toast:
|
33
|
+
accordion: FomanticUI.Accordion;
|
34
|
+
api: FomanticUI.API;
|
35
|
+
calendar: FomanticUI.Calendar;
|
36
|
+
checkbox: FomanticUI.Checkbox;
|
37
|
+
dimmer: FomanticUI.Dimmer;
|
38
|
+
dropdown: FomanticUI.Dropdown;
|
39
|
+
embed: FomanticUI.Embed;
|
40
|
+
flyout: FomanticUI.Flyout;
|
41
|
+
form: FomanticUI.Form;
|
42
|
+
modal: FomanticUI.Modal;
|
43
|
+
nag: FomanticUI.Nag;
|
44
|
+
popup: FomanticUI.Popup;
|
45
|
+
progress: FomanticUI.Progress;
|
46
|
+
rating: FomanticUI.Rating;
|
47
|
+
search: FomanticUI.Search;
|
48
|
+
shape: FomanticUI.Shape;
|
49
|
+
sidebar: FomanticUI.Sidebar;
|
50
|
+
slider: FomanticUI.Slider;
|
51
|
+
sticky: FomanticUI.Sticky;
|
52
|
+
tab: FomanticUI.Tab;
|
53
|
+
toast: FomanticUI.Toast;
|
54
54
|
transition: FomanticUI.Transition;
|
55
55
|
visibility: FomanticUI.Visibility;
|
56
56
|
}
|
57
57
|
|
58
58
|
interface JQueryStatic {
|
59
|
-
api:
|
60
|
-
flyout:
|
61
|
-
modal:
|
62
|
-
toast:
|
59
|
+
api: FomanticUI.API;
|
60
|
+
flyout: FomanticUI.Flyout;
|
61
|
+
modal: FomanticUI.Modal;
|
62
|
+
toast: FomanticUI.Toast;
|
63
63
|
}
|
package/types/tests.ts
ADDED
@@ -0,0 +1,188 @@
|
|
1
|
+
/// <reference path="index.d.ts" />
|
2
|
+
|
3
|
+
$().accordion(); // $ExpectType JQuery<HTMLElement>
|
4
|
+
$().api();// $ExpectType JQuery
|
5
|
+
$().calendar(); // $ExpectType JQuery<HTMLElement>
|
6
|
+
$().checkbox(); // $ExpectType JQuery<HTMLElement>
|
7
|
+
$('body').dimmer(); // $ExpectType JQuery<HTMLElement>
|
8
|
+
$().dropdown(); // $ExpectType JQuery<HTMLElement>
|
9
|
+
$().embed(); // $ExpectType JQuery<HTMLElement>
|
10
|
+
$().flyout(); // $ExpectType JQuery<HTMLElement>
|
11
|
+
$().form(); // $ExpectType JQuery<HTMLElement>
|
12
|
+
$().modal(); // $ExpectType JQuery<HTMLElement>
|
13
|
+
$().nag(); // $ExpectType JQuery<HTMLElement>
|
14
|
+
$().popup(); // $ExpectType JQuery<HTMLElement>
|
15
|
+
$().progress(); // $ExpectType JQuery<HTMLElement>
|
16
|
+
$().rating(); // $ExpectType JQuery<HTMLElement>
|
17
|
+
$().search(); // $ExpectType JQuery<HTMLElement>
|
18
|
+
$().shape(); // $ExpectType JQuery<HTMLElement>
|
19
|
+
$().sidebar(); // $ExpectType JQuery<HTMLElement>
|
20
|
+
$().slider(); // $ExpectType JQuery<HTMLElement>
|
21
|
+
$().sticky(); // $ExpectType JQuery<HTMLElement>
|
22
|
+
$().tab(); // $ExpectType JQuery<HTMLElement>
|
23
|
+
$('body').toast(); // $ExpectType JQuery<HTMLElement>
|
24
|
+
$().transition(); // $ExpectType JQuery<HTMLElement>
|
25
|
+
$().visibility(); // $ExpectType JQuery<HTMLElement>
|
26
|
+
|
27
|
+
/* Define API endpoints once globally */
|
28
|
+
$.fn.api.settings.api = {
|
29
|
+
'get followers': '/followers/{id}?results={count}',
|
30
|
+
'create user': '/create',
|
31
|
+
'add user': '/add/{id}',
|
32
|
+
'follow user': '/follow/{id}',
|
33
|
+
search: '/search/?query={value}',
|
34
|
+
};
|
35
|
+
|
36
|
+
$().calendar({
|
37
|
+
today: true,
|
38
|
+
initialDate: null,
|
39
|
+
endCalendar: $(),
|
40
|
+
}); // $ExpectType JQuery<HTMLElement>
|
41
|
+
|
42
|
+
$.flyout('alert', 'hello'); // $ExpectType JQuery<HTMLElement>
|
43
|
+
$.flyout('confirm', 'Are you sure?', function () { /* make eslint happy */ }); // $ExpectType JQuery<HTMLElement>
|
44
|
+
$.flyout('prompt', 'Enter Code', function () { /* make eslint happy */ }); // $ExpectType JQuery<HTMLElement>
|
45
|
+
|
46
|
+
$.fn.flyout.settings.templates.greet = function (username) {
|
47
|
+
return {
|
48
|
+
title: 'Greetings to ' + username + '!',
|
49
|
+
content: '' + username.toUpperCase() + 'is the best!',
|
50
|
+
closeIcon: true,
|
51
|
+
class: 'inverted',
|
52
|
+
classContent: 'centered',
|
53
|
+
};
|
54
|
+
};
|
55
|
+
|
56
|
+
$().form({
|
57
|
+
fields: {
|
58
|
+
field1: {
|
59
|
+
rules: [
|
60
|
+
{
|
61
|
+
type: 'notEmpty',
|
62
|
+
},
|
63
|
+
],
|
64
|
+
},
|
65
|
+
field2: {
|
66
|
+
rules: [
|
67
|
+
{
|
68
|
+
type: 'isExactly[dog]',
|
69
|
+
prompt: '{name} is set to "{value}" that is totally wrong. It should be {ruleValue}',
|
70
|
+
},
|
71
|
+
],
|
72
|
+
},
|
73
|
+
field3: {
|
74
|
+
rules: [
|
75
|
+
{
|
76
|
+
type: 'isExactly[cat]',
|
77
|
+
prompt: function (value) {
|
78
|
+
if (value === 'dog') {
|
79
|
+
return 'I told you to put cat, not dog!';
|
80
|
+
}
|
81
|
+
|
82
|
+
return 'That is not cat';
|
83
|
+
},
|
84
|
+
},
|
85
|
+
],
|
86
|
+
},
|
87
|
+
color: {
|
88
|
+
identifier: 'color',
|
89
|
+
rules: [{
|
90
|
+
type: 'regExp',
|
91
|
+
value: /rgb\((\d{1,3}), (\d{1,3}), (\d{1,3})\)/i,
|
92
|
+
}],
|
93
|
+
},
|
94
|
+
yearsPracticed: {
|
95
|
+
identifier: 'yearsPracticed',
|
96
|
+
depends: 'isDoctor',
|
97
|
+
rules: [
|
98
|
+
{
|
99
|
+
type: 'notEmpty',
|
100
|
+
prompt: 'Please enter the number of years you have been a doctor',
|
101
|
+
},
|
102
|
+
],
|
103
|
+
},
|
104
|
+
ccEmail: {
|
105
|
+
identifier: 'cc-email',
|
106
|
+
optional: true,
|
107
|
+
rules: [
|
108
|
+
{
|
109
|
+
type: 'email',
|
110
|
+
prompt: 'Please enter a valid second e-mail',
|
111
|
+
},
|
112
|
+
],
|
113
|
+
},
|
114
|
+
},
|
115
|
+
}); // $ExpectType JQuery<HTMLElement>
|
116
|
+
|
117
|
+
$().form({
|
118
|
+
fields: {
|
119
|
+
gender: 'notEmpty',
|
120
|
+
name: 'notEmpty',
|
121
|
+
password: ['minLength[6]', 'notEmpty'],
|
122
|
+
},
|
123
|
+
}); // $ExpectType JQuery<HTMLElement>
|
124
|
+
|
125
|
+
$.fn.form.settings.rules.date = function (dateStr: string) {
|
126
|
+
return dateStr !== '';
|
127
|
+
};
|
128
|
+
|
129
|
+
$.modal('alert', {
|
130
|
+
title: 'Listen to me',
|
131
|
+
content: 'I love Fomantic-UI',
|
132
|
+
handler: function () {
|
133
|
+
$.toast({ message: 'Great!' });
|
134
|
+
},
|
135
|
+
});
|
136
|
+
|
137
|
+
$.fn.modal.settings.templates.greet = function (username: string) {
|
138
|
+
// do something according to modals settings and/or given parameters
|
139
|
+
return {
|
140
|
+
title: 'Greetings to ' + username + '!',
|
141
|
+
content: '' + username.toUpperCase() + 'is the best!',
|
142
|
+
class: 'inverted',
|
143
|
+
classContent: 'centered',
|
144
|
+
dimmerSettings: {
|
145
|
+
variation: 'inverted',
|
146
|
+
},
|
147
|
+
};
|
148
|
+
};
|
149
|
+
|
150
|
+
$.modal('greet', 'mom');
|
151
|
+
|
152
|
+
$().nag({
|
153
|
+
persist: true,
|
154
|
+
}); // $ExpectType JQuery<HTMLElement>
|
155
|
+
|
156
|
+
$().search('display message', 'Hello, world !'); // $ExpectType JQuery<HTMLElement>
|
157
|
+
|
158
|
+
// To change the defaults for all toast at once override the module as follows
|
159
|
+
$.fn.toast.settings.progressUp = true;
|
160
|
+
$.fn.toast.settings.class = 'info';
|
161
|
+
$.fn.toast.settings.showIcon = true;
|
162
|
+
$.fn.toast.settings.className.box = 'toast-box'; // removes shadow
|
163
|
+
$.fn.toast.settings.className.title = 'header'; // smaller font size
|
164
|
+
$.fn.toast.settings.className.icon = 'icon'; // top position again
|
165
|
+
$.fn.toast.settings.transition.closeEasing = 'easeOutBounce';
|
166
|
+
|
167
|
+
// Or apply the old defaults directly to the toast
|
168
|
+
$.toast({
|
169
|
+
title: 'LOOK',
|
170
|
+
message: 'Turned back time to 2.7.0 defaults',
|
171
|
+
showProgress: 'bottom',
|
172
|
+
// make it look like 2.7.0
|
173
|
+
showIcon: true,
|
174
|
+
progressUp: true,
|
175
|
+
class: 'info',
|
176
|
+
className: {
|
177
|
+
box: 'toast-box',
|
178
|
+
title: 'header',
|
179
|
+
icon: 'icon',
|
180
|
+
},
|
181
|
+
transition: {
|
182
|
+
closeEasing: 'easeOutBounce',
|
183
|
+
},
|
184
|
+
});
|
185
|
+
|
186
|
+
$().transition('shake', '200ms');
|
187
|
+
$().transition('horizontal flip', 500, function () { /* make eslint happy */ });
|
188
|
+
$().transition('fade up');
|
package/types/tsconfig.json
CHANGED
@@ -1,25 +0,0 @@
|
|
1
|
-
/// <reference path="index.d.ts" />
|
2
|
-
|
3
|
-
$().accordion(); // $ExpectType JQuery<HTMLElement>
|
4
|
-
$().api();// $ExpectType JQuery
|
5
|
-
$().calendar(); // $ExpectType JQuery<HTMLElement>
|
6
|
-
$().checkbox(); // $ExpectType JQuery<HTMLElement>
|
7
|
-
$('body').dimmer(); // $ExpectType JQuery<HTMLElement>
|
8
|
-
$().dropdown(); // $ExpectType JQuery<HTMLElement>
|
9
|
-
$().embed(); // $ExpectType JQuery<HTMLElement>
|
10
|
-
$().flyout(); // $ExpectType JQuery<HTMLElement>
|
11
|
-
$().form(); // $ExpectType JQuery<HTMLElement>
|
12
|
-
$().modal(); // $ExpectType JQuery<HTMLElement>
|
13
|
-
$().nag(); // $ExpectType JQuery<HTMLElement>
|
14
|
-
$().popup(); // $ExpectType JQuery<HTMLElement>
|
15
|
-
$().progress(); // $ExpectType JQuery<HTMLElement>
|
16
|
-
$().rating(); // $ExpectType JQuery<HTMLElement>
|
17
|
-
$().search(); // $ExpectType JQuery<HTMLElement>
|
18
|
-
$().shape(); // $ExpectType JQuery<HTMLElement>
|
19
|
-
$().sidebar(); // $ExpectType JQuery<HTMLElement>
|
20
|
-
$().slider(); // $ExpectType JQuery<HTMLElement>
|
21
|
-
$().sticky(); // $ExpectType JQuery<HTMLElement>
|
22
|
-
$().tab(); // $ExpectType JQuery<HTMLElement>
|
23
|
-
$('body').toast(); // $ExpectType JQuery<HTMLElement>
|
24
|
-
$().transition(); // $ExpectType JQuery<HTMLElement>
|
25
|
-
$().visibility(); // $ExpectType JQuery<HTMLElement>
|