fomantic-ui 2.9.3-beta.8 → 2.9.3
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 +2 -2
- package/.github/FUNDING.yml +1 -1
- package/.github/auto_assign.yml +1 -1
- package/.github/workflows/ci.yml +5 -5
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CHANGELOG.md +131 -0
- package/CONTRIBUTORS.md +1 -1
- package/README.md +5 -2
- package/SECURITY.md +2 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +2 -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 +10 -9
- 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 +2 -2
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +140 -3
- package/dist/components/calendar.js +2 -2
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +50 -6
- package/dist/components/checkbox.js +5 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +6 -1
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +62 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +3 -3
- package/dist/components/dimmer.js +2 -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 +101 -25
- package/dist/components/dropdown.js +29 -21
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +2 -2
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +697 -249
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +486 -5
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +3 -2
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +2 -33
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +34 -32
- package/dist/components/form.js +72 -31
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +107 -107
- 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 +62 -62
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +3 -27
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +6 -1
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +21 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +13 -13
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +282 -282
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +13 -7
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +5 -1
- package/dist/components/modal.js +3 -3
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +3 -3
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +3 -3
- package/dist/components/popup.js +11 -9
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +2 -2
- package/dist/components/progress.min.css +1 -1
- 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 +2 -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 +26 -1
- package/dist/components/search.js +5 -4
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +159 -33
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +2 -2
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +2 -32
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +2 -2
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +126 -26
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +2 -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 +2 -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 +6 -4
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +65 -1
- 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 +6 -1
- package/dist/components/toast.js +2 -2
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +3 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +2 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2822 -954
- package/dist/semantic.js +302 -206
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +5 -4
- package/scripts/nightly-version.js +2 -2
- package/src/definitions/behaviors/api.js +9 -8
- package/src/definitions/behaviors/form.js +71 -30
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +1 -1
- package/src/definitions/collections/form.less +9 -14
- package/src/definitions/collections/grid.less +106 -106
- package/src/definitions/collections/menu.less +29 -22
- package/src/definitions/collections/table.less +66 -0
- package/src/definitions/elements/button.less +1 -1
- package/src/definitions/elements/container.less +63 -0
- package/src/definitions/elements/icon.less +5 -5
- package/src/definitions/elements/input.less +2 -2
- package/src/definitions/elements/label.less +21 -1
- package/src/definitions/elements/list.less +13 -13
- package/src/definitions/elements/loader.less +71 -71
- package/src/definitions/elements/segment.less +110 -13
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/modules/accordion.js +1 -1
- package/src/definitions/modules/calendar.js +1 -1
- package/src/definitions/modules/calendar.less +40 -11
- package/src/definitions/modules/checkbox.js +4 -2
- package/src/definitions/modules/checkbox.less +61 -5
- package/src/definitions/modules/dimmer.js +1 -1
- package/src/definitions/modules/dimmer.less +2 -2
- package/src/definitions/modules/dropdown.js +28 -20
- package/src/definitions/modules/dropdown.less +124 -21
- package/src/definitions/modules/embed.js +1 -1
- package/src/definitions/modules/flyout.js +1 -32
- package/src/definitions/modules/modal.js +2 -2
- package/src/definitions/modules/modal.less +6 -0
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/popup.js +10 -8
- package/src/definitions/modules/popup.less +4 -4
- package/src/definitions/modules/progress.js +1 -1
- package/src/definitions/modules/rating.js +1 -1
- package/src/definitions/modules/search.js +4 -3
- package/src/definitions/modules/search.less +31 -0
- package/src/definitions/modules/shape.js +1 -1
- package/src/definitions/modules/sidebar.js +1 -31
- package/src/definitions/modules/slider.js +125 -25
- package/src/definitions/modules/sticky.js +1 -1
- package/src/definitions/modules/tab.js +5 -3
- package/src/definitions/modules/toast.js +1 -1
- package/src/definitions/modules/toast.less +7 -0
- package/src/definitions/modules/transition.js +2 -2
- package/src/definitions/views/comment.less +7 -0
- package/src/definitions/views/feed.less +238 -32
- package/src/definitions/views/item.less +7 -0
- package/src/theme.less +1 -1
- package/src/themes/amazon/elements/button.variables +5 -1
- package/src/themes/bootstrap3/elements/button.variables +5 -1
- package/src/themes/chubby/elements/header.variables +6 -1
- package/src/themes/default/collections/message.variables +3 -9
- package/src/themes/default/collections/table.variables +11 -8
- package/src/themes/default/elements/button.variables +8 -10
- package/src/themes/default/elements/container.variables +3 -0
- package/src/themes/default/elements/emoji.variables +179 -67
- package/src/themes/default/elements/flag.variables +1 -1
- package/src/themes/default/elements/label.variables +6 -1
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +362 -341
- package/src/themes/default/globals/variation.variables +24 -1
- package/src/themes/default/modules/calendar.variables +11 -0
- package/src/themes/default/modules/checkbox.variables +12 -0
- package/src/themes/default/modules/dropdown.variables +10 -4
- package/src/themes/default/modules/modal.variables +3 -0
- package/src/themes/default/modules/popup.variables +1 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/toast.variables +6 -5
- package/src/themes/default/views/card.variables +4 -12
- package/src/themes/default/views/feed.variables +55 -1
- package/src/themes/default/views/item.variables +5 -5
- package/src/themes/flat/collections/form.variables +4 -4
- package/src/themes/flat/globals/site.variables +1 -1
- package/src/themes/github/elements/button.variables +5 -1
- package/src/themes/joypixels/elements/emoji.variables +182 -70
- package/src/themes/material/globals/site.variables +1 -1
- package/src/themes/twitter/elements/button.variables +5 -1
- package/src/themes/twitter/elements/emoji.variables +178 -66
- package/tasks/admin/components/create.js +1 -2
- package/tasks/admin/components/init.js +3 -4
- package/tasks/admin/components/update.js +2 -3
- package/tasks/admin/distributions/create.js +9 -5
- package/tasks/admin/distributions/init.js +3 -4
- package/tasks/admin/distributions/update.js +2 -3
- package/tasks/config/project/install.js +3 -0
- package/tasks/config/tasks.js +1 -8
- package/tasks/config/user.js +1 -1
- package/tasks/docs/build.js +2 -2
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +1 -1
- package/tasks/install.js +19 -10
- package/tasks/watch.js +1 -2
- package/types/fomantic-ui-accordion.d.ts +244 -0
- package/types/fomantic-ui-api.d.ts +555 -0
- package/types/fomantic-ui-calendar.d.ts +766 -0
- package/types/fomantic-ui-checkbox.d.ts +332 -0
- package/types/fomantic-ui-dimmer.d.ts +408 -0
- package/types/fomantic-ui-dropdown.d.ts +1183 -0
- package/types/fomantic-ui-embed.d.ts +326 -0
- package/types/fomantic-ui-flyout.d.ts +525 -0
- package/types/fomantic-ui-form.d.ts +651 -0
- package/types/fomantic-ui-modal.d.ts +471 -0
- package/types/fomantic-ui-nag.d.ts +270 -0
- package/types/fomantic-ui-popup.d.ts +523 -0
- package/types/fomantic-ui-progress.d.ts +459 -0
- package/types/fomantic-ui-rating.d.ts +187 -0
- package/types/fomantic-ui-search.d.ts +496 -0
- package/types/fomantic-ui-shape.d.ts +274 -0
- package/types/fomantic-ui-sidebar.d.ts +402 -0
- package/types/fomantic-ui-slider.d.ts +316 -0
- package/types/fomantic-ui-sticky.d.ts +215 -0
- package/types/fomantic-ui-tab.d.ts +361 -0
- package/types/fomantic-ui-tests.ts +25 -0
- package/types/fomantic-ui-toast.d.ts +514 -0
- package/types/fomantic-ui-transition.d.ts +355 -0
- package/types/fomantic-ui-visibility.d.ts +355 -0
- package/types/index.d.ts +63 -0
- package/types/tsconfig.json +23 -0
- package/types/tslint.json +1 -0
@@ -0,0 +1,525 @@
|
|
1
|
+
declare namespace FomanticUI {
|
2
|
+
interface Flyout {
|
3
|
+
settings: FlyoutSettings;
|
4
|
+
|
5
|
+
/**
|
6
|
+
* Attaches flyout action to given selector.
|
7
|
+
* Default event if none specified is toggle.
|
8
|
+
*/
|
9
|
+
(behavior: 'attach events', selector: JQuery, event: Function): JQuery;
|
10
|
+
|
11
|
+
/**
|
12
|
+
* Shows the flyout.
|
13
|
+
*/
|
14
|
+
(behavior: 'show'): JQuery;
|
15
|
+
|
16
|
+
/**
|
17
|
+
* Hides the flyout.
|
18
|
+
*/
|
19
|
+
(behavior: 'hide'): JQuery;
|
20
|
+
|
21
|
+
/**
|
22
|
+
* Toggles the flyout.
|
23
|
+
*/
|
24
|
+
(behavior: 'toggle'): JQuery;
|
25
|
+
|
26
|
+
/**
|
27
|
+
* Hides all other displayed flyouts.
|
28
|
+
*/
|
29
|
+
(behavior: 'hide others'): JQuery;
|
30
|
+
|
31
|
+
/**
|
32
|
+
* Returns whether the flyout is visible.
|
33
|
+
*/
|
34
|
+
(behavior: 'is visible'): boolean;
|
35
|
+
|
36
|
+
/**
|
37
|
+
* Returns whether the flyout is hidden.
|
38
|
+
*/
|
39
|
+
(behavior: 'is hidden'): boolean;
|
40
|
+
|
41
|
+
/**
|
42
|
+
* Returns direction of current flyout.
|
43
|
+
*/
|
44
|
+
(behavior: 'get direction'): string;
|
45
|
+
|
46
|
+
/**
|
47
|
+
* Returns current flyout's settings.
|
48
|
+
*/
|
49
|
+
(behavior: 'get settings'): FlyoutSettings;
|
50
|
+
|
51
|
+
(behavior: 'destroy'): JQuery;
|
52
|
+
<K extends keyof FlyoutSettings>(behavior: 'setting', name: K, value?: undefined, ): Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>;
|
53
|
+
<K extends keyof FlyoutSettings>(behavior: 'setting', name: K, value: FlyoutSettings[K]): JQuery;
|
54
|
+
(behavior: 'setting', value: Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>): JQuery;
|
55
|
+
(settings?: Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>): JQuery;
|
56
|
+
}
|
57
|
+
|
58
|
+
/**
|
59
|
+
* @see {@link https://fomantic-ui.com/modules/flyout.html#/settings}
|
60
|
+
*/
|
61
|
+
interface FlyoutSettings {
|
62
|
+
// region Accordion Settings
|
63
|
+
|
64
|
+
/**
|
65
|
+
* Selector or jquery object specifying the area to dim.
|
66
|
+
* @default 'body'
|
67
|
+
*/
|
68
|
+
context: string | JQuery;
|
69
|
+
|
70
|
+
/**
|
71
|
+
* Opening another flyout will dismiss the one displayed.
|
72
|
+
* Set to 'true' to allow multiple flyout at the same time.
|
73
|
+
* @default false
|
74
|
+
*/
|
75
|
+
exclusive: boolean;
|
76
|
+
|
77
|
+
/**
|
78
|
+
* Setting to 'false' will not allow you to close the flyout by clicking on the dimmer.
|
79
|
+
* @default true
|
80
|
+
*/
|
81
|
+
closable: boolean;
|
82
|
+
|
83
|
+
/**
|
84
|
+
* Whether to dim 'context' contents when flyout is visible.
|
85
|
+
* @default true
|
86
|
+
*/
|
87
|
+
dimPage: boolean;
|
88
|
+
|
89
|
+
/**
|
90
|
+
* If dimmer should blur background.
|
91
|
+
* @default false
|
92
|
+
*/
|
93
|
+
blurring: boolean;
|
94
|
+
|
95
|
+
/**
|
96
|
+
* When 'true', the first form input inside the flyout will receive focus when shown.
|
97
|
+
* Set this to 'false' to prevent this behavior.
|
98
|
+
* @default true
|
99
|
+
*/
|
100
|
+
autofocus: boolean;
|
101
|
+
|
102
|
+
/**
|
103
|
+
* When 'false', the last focused element, before the flyout was shown, will not get refocused again when the flyout hides.
|
104
|
+
* This could prevent unwanted scrolling behaviors after closing a flyout.
|
105
|
+
* @default true
|
106
|
+
*/
|
107
|
+
keyboardShortcuts: boolean;
|
108
|
+
|
109
|
+
/**
|
110
|
+
* Whether to automatically bind keyboard shortcuts.
|
111
|
+
* This will close the flyout when the 'ESC-key' is pressed.
|
112
|
+
* @default true
|
113
|
+
*/
|
114
|
+
restoreFocus: boolean;
|
115
|
+
|
116
|
+
/**
|
117
|
+
* Whether to lock page scroll when flyout is visible.
|
118
|
+
* @default false
|
119
|
+
*/
|
120
|
+
scrollLock: boolean;
|
121
|
+
|
122
|
+
/**
|
123
|
+
* Whether to return to original scroll position when flyout is hidden.
|
124
|
+
* @default false
|
125
|
+
*/
|
126
|
+
returnScroll: boolean;
|
127
|
+
|
128
|
+
/**
|
129
|
+
* When flyout is initialized without the proper HTML, using this option will defer creation of DOM to use 'requestAnimationFrame'.
|
130
|
+
* @default false
|
131
|
+
*/
|
132
|
+
delaySetup: boolean;
|
133
|
+
|
134
|
+
/**
|
135
|
+
* When 'true', immediately shows the flyout at instantiation time.
|
136
|
+
* @default false
|
137
|
+
*/
|
138
|
+
autoShow: boolean;
|
139
|
+
|
140
|
+
// endregion
|
141
|
+
|
142
|
+
// region Config Template Settings
|
143
|
+
|
144
|
+
/**
|
145
|
+
* Content of the flyout header.
|
146
|
+
* @default ''
|
147
|
+
*/
|
148
|
+
title: boolean;
|
149
|
+
|
150
|
+
/**
|
151
|
+
* Content of the flyout content.
|
152
|
+
* @default ''
|
153
|
+
*/
|
154
|
+
content: boolean;
|
155
|
+
|
156
|
+
/**
|
157
|
+
* Can hold a string to be added to the flyout class to control its appearance.
|
158
|
+
* @default ''
|
159
|
+
*/
|
160
|
+
class: boolean;
|
161
|
+
|
162
|
+
/**
|
163
|
+
* Can hold a string to be added to the title class to control its appearance.
|
164
|
+
* @default ''
|
165
|
+
*/
|
166
|
+
classTitle: boolean;
|
167
|
+
|
168
|
+
/**
|
169
|
+
* Can hold a string to be added to the content class to control its appearance.
|
170
|
+
* @default ''
|
171
|
+
*/
|
172
|
+
classContent: boolean;
|
173
|
+
|
174
|
+
/**
|
175
|
+
* Can hold a string to be added to the actions class to control its appearance.
|
176
|
+
* @default ''
|
177
|
+
*/
|
178
|
+
classActions: boolean;
|
179
|
+
|
180
|
+
/**
|
181
|
+
* Can hold a string to be added to the actions class to control its appearance.
|
182
|
+
* @default false
|
183
|
+
*/
|
184
|
+
closeIcon: boolean;
|
185
|
+
|
186
|
+
/**
|
187
|
+
* An array of objects. Each object defines an action with properties `text`, `class`, `icon` and `click`.
|
188
|
+
* @default false
|
189
|
+
*/
|
190
|
+
actions: false | object[];
|
191
|
+
|
192
|
+
/**
|
193
|
+
* Whether HTML included in given title, content or actions should be preserved.
|
194
|
+
* Set to `false` in case you work with untrusted 3rd party content.
|
195
|
+
* @default true
|
196
|
+
*/
|
197
|
+
preserveHTML: boolean;
|
198
|
+
|
199
|
+
// endregion
|
200
|
+
|
201
|
+
// region Callbacks
|
202
|
+
|
203
|
+
/**
|
204
|
+
* Is called when a flyout is either shown or hidden.
|
205
|
+
*/
|
206
|
+
onChange(this: JQuery): void;
|
207
|
+
|
208
|
+
/**
|
209
|
+
* Is called when a flyout starts to show.
|
210
|
+
*/
|
211
|
+
onShow(this: JQuery): void;
|
212
|
+
|
213
|
+
/**
|
214
|
+
* Is called after a flyout starts to hide.
|
215
|
+
*/
|
216
|
+
onHide(this: JQuery): void;
|
217
|
+
|
218
|
+
/**
|
219
|
+
* Is called after a flyout has finished showing animating.
|
220
|
+
*/
|
221
|
+
onVisible(this: JQuery): void;
|
222
|
+
|
223
|
+
/**
|
224
|
+
* Is called after a flyout has finished hiding animation.
|
225
|
+
*/
|
226
|
+
onHidden(this: JQuery): void;
|
227
|
+
|
228
|
+
/**
|
229
|
+
* Is called after a positive, approve or ok button is pressed.
|
230
|
+
* If the function returns 'false', the flyout will not hide.
|
231
|
+
*/
|
232
|
+
onApprove(this: JQuery): void;
|
233
|
+
|
234
|
+
/**
|
235
|
+
* Is called after a negative, deny or cancel button is pressed.
|
236
|
+
* If the function 'returns' false, the flyout will not hide.
|
237
|
+
*/
|
238
|
+
onDeny(this: JQuery): void;
|
239
|
+
|
240
|
+
// endregion
|
241
|
+
|
242
|
+
// region DOM Settings
|
243
|
+
|
244
|
+
/**
|
245
|
+
* DOM Selectors used internally.
|
246
|
+
* Selectors used to find parts of a module.
|
247
|
+
*/
|
248
|
+
selector: Flyout.SelectorSettings;
|
249
|
+
|
250
|
+
/**
|
251
|
+
* Class names used to determine element state.
|
252
|
+
*/
|
253
|
+
className: Flyout.ClassNameSettings;
|
254
|
+
|
255
|
+
/**
|
256
|
+
*
|
257
|
+
*/
|
258
|
+
regExp: Flyout.RegExpSettings;
|
259
|
+
|
260
|
+
// endregion
|
261
|
+
|
262
|
+
// region Config Template Settings
|
263
|
+
|
264
|
+
// endregion
|
265
|
+
|
266
|
+
// region Debug Settings
|
267
|
+
|
268
|
+
/**
|
269
|
+
* Name used in log statements
|
270
|
+
* @default 'Flyout'
|
271
|
+
*/
|
272
|
+
name: string;
|
273
|
+
|
274
|
+
/**
|
275
|
+
* Event namespace. Makes sure module teardown does not effect other events attached to an element.
|
276
|
+
* @default 'flyout'
|
277
|
+
*/
|
278
|
+
namespace: string;
|
279
|
+
|
280
|
+
/**
|
281
|
+
* Silences all console output including error messages, regardless of other debug settings.
|
282
|
+
* @default false
|
283
|
+
*/
|
284
|
+
silent: boolean;
|
285
|
+
|
286
|
+
/**
|
287
|
+
* Debug output to console
|
288
|
+
* @default false
|
289
|
+
*/
|
290
|
+
debug: boolean;
|
291
|
+
|
292
|
+
/**
|
293
|
+
* Show console.table output with performance metrics
|
294
|
+
* @default true
|
295
|
+
*/
|
296
|
+
performance: boolean;
|
297
|
+
|
298
|
+
/**
|
299
|
+
* Debug output includes all internal behaviors
|
300
|
+
* @default false
|
301
|
+
*/
|
302
|
+
verbose: boolean;
|
303
|
+
|
304
|
+
error: Flyout.ErrorSettings;
|
305
|
+
|
306
|
+
// endregion
|
307
|
+
}
|
308
|
+
|
309
|
+
namespace Flyout {
|
310
|
+
type SelectorSettings = Partial<Pick<Settings.Selectors, keyof Settings.Selectors>>;
|
311
|
+
type ClassNameSettings = Partial<Pick<Settings.ClassNames, keyof Settings.ClassNames>>;
|
312
|
+
type RegExpSettings = Partial<Pick<Settings.RegExps, keyof Settings.RegExps>>;
|
313
|
+
type ErrorSettings = Partial<Pick<Settings.Errors, keyof Settings.Errors>>;
|
314
|
+
|
315
|
+
namespace Settings {
|
316
|
+
interface Selectors {
|
317
|
+
/**
|
318
|
+
* @default '.fixed'
|
319
|
+
*/
|
320
|
+
fixed: string;
|
321
|
+
|
322
|
+
/**
|
323
|
+
* @default 'script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed'
|
324
|
+
*/
|
325
|
+
omitted: string;
|
326
|
+
|
327
|
+
/**
|
328
|
+
* @default '.pusher'
|
329
|
+
*/
|
330
|
+
pusher: string;
|
331
|
+
|
332
|
+
/**
|
333
|
+
* @default '.ui.flyout'
|
334
|
+
*/
|
335
|
+
flyout: string;
|
336
|
+
|
337
|
+
/**
|
338
|
+
* @default '.ui.header'
|
339
|
+
*/
|
340
|
+
header: string;
|
341
|
+
|
342
|
+
/**
|
343
|
+
* @default '.content'
|
344
|
+
*/
|
345
|
+
content: string;
|
346
|
+
|
347
|
+
/**
|
348
|
+
* @default '.actions'
|
349
|
+
*/
|
350
|
+
actions: string;
|
351
|
+
|
352
|
+
/**
|
353
|
+
* @default '.close'
|
354
|
+
*/
|
355
|
+
close: string;
|
356
|
+
|
357
|
+
/**
|
358
|
+
* @default '.actions .positive, .actions .approve, .actions .ok'
|
359
|
+
*/
|
360
|
+
approve: string;
|
361
|
+
|
362
|
+
/**
|
363
|
+
* @default '.actions .negative, .actions .deny, .actions .cancel'
|
364
|
+
*/
|
365
|
+
deny: string;
|
366
|
+
}
|
367
|
+
|
368
|
+
interface ClassNames {
|
369
|
+
/**
|
370
|
+
* @default 'ui flyout'
|
371
|
+
*/
|
372
|
+
flyout: string;
|
373
|
+
|
374
|
+
/**
|
375
|
+
* @default 'close icon'
|
376
|
+
*/
|
377
|
+
close: string;
|
378
|
+
|
379
|
+
/**
|
380
|
+
* @default 'ui header'
|
381
|
+
*/
|
382
|
+
header: string;
|
383
|
+
|
384
|
+
/**
|
385
|
+
* @default 'content'
|
386
|
+
*/
|
387
|
+
content: string;
|
388
|
+
|
389
|
+
/**
|
390
|
+
* @default 'actions'
|
391
|
+
*/
|
392
|
+
actions: string;
|
393
|
+
|
394
|
+
/**
|
395
|
+
* @default 'active'
|
396
|
+
*/
|
397
|
+
active: string;
|
398
|
+
|
399
|
+
/**
|
400
|
+
* @default 'animating'
|
401
|
+
*/
|
402
|
+
animating: string;
|
403
|
+
|
404
|
+
/**
|
405
|
+
* @default 'dimmed'
|
406
|
+
*/
|
407
|
+
dimmed: string;
|
408
|
+
|
409
|
+
/**
|
410
|
+
* @default 'ios'
|
411
|
+
*/
|
412
|
+
ios: string;
|
413
|
+
|
414
|
+
/**
|
415
|
+
* @default 'pushable'
|
416
|
+
*/
|
417
|
+
pushable: string;
|
418
|
+
|
419
|
+
/**
|
420
|
+
* @default 'pushed'
|
421
|
+
*/
|
422
|
+
pushed: string;
|
423
|
+
|
424
|
+
/**
|
425
|
+
* @default 'right'
|
426
|
+
*/
|
427
|
+
right: string;
|
428
|
+
|
429
|
+
/**
|
430
|
+
* @default 'top'
|
431
|
+
*/
|
432
|
+
top: string;
|
433
|
+
|
434
|
+
/**
|
435
|
+
* @default 'left'
|
436
|
+
*/
|
437
|
+
left: string;
|
438
|
+
|
439
|
+
/**
|
440
|
+
* @default 'bottom'
|
441
|
+
*/
|
442
|
+
bottom: string;
|
443
|
+
|
444
|
+
/**
|
445
|
+
* @default 'visible'
|
446
|
+
*/
|
447
|
+
visible: string;
|
448
|
+
|
449
|
+
/**
|
450
|
+
* @default 'overlay'
|
451
|
+
*/
|
452
|
+
overlay: string;
|
453
|
+
|
454
|
+
/**
|
455
|
+
* @default 'fullscreen'
|
456
|
+
*/
|
457
|
+
fullscreen: string;
|
458
|
+
|
459
|
+
/**
|
460
|
+
* @default 'ui flyout'
|
461
|
+
*/
|
462
|
+
template: string;
|
463
|
+
|
464
|
+
/**
|
465
|
+
* @default 'ui button'
|
466
|
+
*/
|
467
|
+
button: string;
|
468
|
+
|
469
|
+
/**
|
470
|
+
* @default 'positive'
|
471
|
+
*/
|
472
|
+
ok: string;
|
473
|
+
|
474
|
+
/**
|
475
|
+
* @default 'negative'
|
476
|
+
*/
|
477
|
+
cancel: string;
|
478
|
+
|
479
|
+
/**
|
480
|
+
* @default 'ui fluid input'
|
481
|
+
*/
|
482
|
+
prompt: string;
|
483
|
+
}
|
484
|
+
|
485
|
+
interface RegExps {
|
486
|
+
/**
|
487
|
+
* @default /(iPad|iPhone|iPod)/g
|
488
|
+
*/
|
489
|
+
ios: RegExp;
|
490
|
+
|
491
|
+
/**
|
492
|
+
* @default /(CriOS)/g
|
493
|
+
*/
|
494
|
+
mobileChrome: RegExp;
|
495
|
+
|
496
|
+
/**
|
497
|
+
* @default /Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g
|
498
|
+
*/
|
499
|
+
mobile: RegExp;
|
500
|
+
}
|
501
|
+
|
502
|
+
interface Errors {
|
503
|
+
/**
|
504
|
+
* @default 'The method you called is not defined.'
|
505
|
+
*/
|
506
|
+
method: string;
|
507
|
+
|
508
|
+
/**
|
509
|
+
* @default 'Had to add pusher element. For optimal performance make sure body content is inside a pusher element'
|
510
|
+
*/
|
511
|
+
pusher: string;
|
512
|
+
|
513
|
+
/**
|
514
|
+
* @default 'Had to move flyout. For optimal performance make sure flyout and pusher are direct children of your body tag'
|
515
|
+
*/
|
516
|
+
movedFlyout: string;
|
517
|
+
|
518
|
+
/**
|
519
|
+
* @default 'There were no elements that matched the specified selector'
|
520
|
+
*/
|
521
|
+
notFound: string;
|
522
|
+
}
|
523
|
+
}
|
524
|
+
}
|
525
|
+
}
|