@girs/handy-1 4.4.0 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +52 -38
- package/handy-1-vocabulary.d.ts +1315 -0
- package/handy-1-vocabulary.js +330 -0
- package/handy-1.d.ts +59 -45
- package/package.json +19 -19
- package/tsconfig.json +1 -1
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
// The widget vocabulary of Handy-1 as runtime data.
|
|
2
|
+
//
|
|
3
|
+
// GENERATED — do not edit. Provenance: Handy-1 — dropped empty base(s): GObject.InitiallyUnowned GObject.Object Atk.ImplementorIface Gio.ActionGroup Gio.ActionMap
|
|
4
|
+
//
|
|
5
|
+
// The type half of this subpath is the sibling `.d.ts`. This file exists because
|
|
6
|
+
// types are erased: a consumer that wants to ask the installed library whether every
|
|
7
|
+
// name here is real needs values, not declarations.
|
|
8
|
+
|
|
9
|
+
export const PROVENANCE = {
|
|
10
|
+
namespace: 'Handy',
|
|
11
|
+
version: '1',
|
|
12
|
+
libraryVersion: null,
|
|
13
|
+
childHolders: 0,
|
|
14
|
+
droppedBases: ['GObject.InitiallyUnowned', 'GObject.Object', 'Atk.ImplementorIface', 'Gio.ActionGroup', 'Gio.ActionMap'],
|
|
15
|
+
inlinedBases: [],
|
|
16
|
+
unsettableProps: [],
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export const OWN_PROPS = {
|
|
20
|
+
HdyActionRow: ['activatable-widget', 'icon-name', 'subtitle', 'subtitle-lines', 'title-lines', 'use-underline'],
|
|
21
|
+
HdyAvatar: ['icon-name', 'loadable-icon', 'show-initials', 'size', 'text'],
|
|
22
|
+
HdyCarousel: ['allow-long-swipes', 'allow-mouse-drag', 'allow-scroll-wheel', 'animation-duration', 'interactive', 'reveal-duration', 'spacing'],
|
|
23
|
+
HdyCarouselIndicatorDots: ['carousel'],
|
|
24
|
+
HdyCarouselIndicatorLines: ['carousel'],
|
|
25
|
+
HdyClamp: ['maximum-size', 'tightening-threshold'],
|
|
26
|
+
HdyComboRow: ['selected-index', 'use-subtitle'],
|
|
27
|
+
HdyDeck: ['can-swipe-back', 'can-swipe-forward', 'hhomogeneous', 'interpolate-size', 'transition-duration', 'transition-type', 'vhomogeneous', 'visible-child', 'visible-child-name'],
|
|
28
|
+
HdyExpanderRow: ['enable-expansion', 'expanded', 'icon-name', 'show-enable-switch', 'subtitle', 'use-underline'],
|
|
29
|
+
HdyFlap: ['content', 'flap', 'flap-position', 'fold-duration', 'fold-policy', 'locked', 'modal', 'reveal-duration', 'reveal-flap', 'separator', 'swipe-to-close', 'swipe-to-open', 'transition-type'],
|
|
30
|
+
HdyHeaderBar: ['centering-policy', 'custom-title', 'decoration-layout', 'decoration-layout-set', 'has-subtitle', 'interpolate-size', 'show-close-button', 'spacing', 'subtitle', 'title', 'transition-duration'],
|
|
31
|
+
HdyKeypad: ['column-spacing', 'end-action', 'entry', 'letters-visible', 'row-spacing', 'start-action', 'symbols-visible'],
|
|
32
|
+
HdyLeaflet: ['can-swipe-back', 'can-swipe-forward', 'child-transition-duration', 'hhomogeneous-folded', 'hhomogeneous-unfolded', 'interpolate-size', 'mode-transition-duration', 'transition-type', 'vhomogeneous-folded', 'vhomogeneous-unfolded', 'visible-child', 'visible-child-name'],
|
|
33
|
+
HdyPreferencesGroup: ['description', 'title', 'use-markup'],
|
|
34
|
+
HdyPreferencesPage: ['icon-name', 'title'],
|
|
35
|
+
HdyPreferencesRow: ['title', 'use-underline'],
|
|
36
|
+
HdyPreferencesWindow: ['can-swipe-back', 'search-enabled'],
|
|
37
|
+
HdySearchBar: ['search-mode-enabled', 'show-close-button'],
|
|
38
|
+
HdySqueezer: ['homogeneous', 'interpolate-size', 'transition-duration', 'transition-type', 'xalign', 'yalign'],
|
|
39
|
+
HdyStatusPage: ['description', 'icon-name', 'title'],
|
|
40
|
+
HdyTabBar: ['autohide', 'end-action-widget', 'expand-tabs', 'extra-drag-dest-targets', 'inverted', 'start-action-widget', 'view'],
|
|
41
|
+
HdyTabView: ['default-icon', 'menu-model', 'selected-page', 'shortcut-widget'],
|
|
42
|
+
HdyTitleBar: ['selection-mode'],
|
|
43
|
+
HdyViewSwitcher: ['narrow-ellipsize', 'policy', 'stack'],
|
|
44
|
+
HdyViewSwitcherBar: ['policy', 'reveal', 'stack'],
|
|
45
|
+
HdyViewSwitcherTitle: ['policy', 'stack', 'subtitle', 'title', 'view-switcher-enabled'],
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export const OWN_SIGNALS = {
|
|
49
|
+
HdyActionRow: ['activated'],
|
|
50
|
+
HdyCarousel: ['page-changed'],
|
|
51
|
+
HdySwipeable: ['child-switched'],
|
|
52
|
+
HdyTabBar: ['extra-drag-data-received'],
|
|
53
|
+
HdyTabView: ['close-page', 'create-window', 'indicator-activated', 'page-attached', 'page-detached', 'page-reordered', 'setup-menu'],
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export const DECLS = {
|
|
57
|
+
HdyActionRow: ['HdyActionRow', 'HdyPreferencesRow', 'GtkListBoxRow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkActionable', 'GtkBuildable'],
|
|
58
|
+
HdyApplicationWindow: ['HdyApplicationWindow', 'GtkApplicationWindow', 'GtkWindow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
59
|
+
HdyAvatar: ['HdyAvatar', 'GtkDrawingArea', 'GtkWidget', 'GtkBuildable'],
|
|
60
|
+
HdyCarousel: ['HdyCarousel', 'GtkEventBox', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable', 'HdySwipeable'],
|
|
61
|
+
HdyCarouselIndicatorDots: ['HdyCarouselIndicatorDots', 'GtkDrawingArea', 'GtkWidget', 'GtkBuildable', 'GtkOrientable'],
|
|
62
|
+
HdyCarouselIndicatorLines: ['HdyCarouselIndicatorLines', 'GtkDrawingArea', 'GtkWidget', 'GtkBuildable', 'GtkOrientable'],
|
|
63
|
+
HdyClamp: ['HdyClamp', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable'],
|
|
64
|
+
HdyComboRow: ['HdyComboRow', 'HdyActionRow', 'HdyPreferencesRow', 'GtkListBoxRow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkActionable', 'GtkBuildable'],
|
|
65
|
+
HdyDeck: ['HdyDeck', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable', 'HdySwipeable'],
|
|
66
|
+
HdyExpanderRow: ['HdyExpanderRow', 'HdyPreferencesRow', 'GtkListBoxRow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkActionable', 'GtkBuildable'],
|
|
67
|
+
HdyFlap: ['HdyFlap', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable', 'HdySwipeable'],
|
|
68
|
+
HdyHeaderBar: ['HdyHeaderBar', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
69
|
+
HdyKeypad: ['HdyKeypad', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
70
|
+
HdyLeaflet: ['HdyLeaflet', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable', 'HdySwipeable'],
|
|
71
|
+
HdyPreferencesGroup: ['HdyPreferencesGroup', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
72
|
+
HdyPreferencesPage: ['HdyPreferencesPage', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
73
|
+
HdyPreferencesRow: ['HdyPreferencesRow', 'GtkListBoxRow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkActionable', 'GtkBuildable'],
|
|
74
|
+
HdyPreferencesWindow: ['HdyPreferencesWindow', 'HdyWindow', 'GtkWindow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
75
|
+
HdySearchBar: ['HdySearchBar', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
76
|
+
HdySqueezer: ['HdySqueezer', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable'],
|
|
77
|
+
HdyStatusPage: ['HdyStatusPage', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
78
|
+
HdyTabBar: ['HdyTabBar', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
79
|
+
HdyTabView: ['HdyTabView', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
80
|
+
HdyTitleBar: ['HdyTitleBar', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
81
|
+
HdyViewSwitcher: ['HdyViewSwitcher', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
82
|
+
HdyViewSwitcherBar: ['HdyViewSwitcherBar', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
83
|
+
HdyViewSwitcherTitle: ['HdyViewSwitcherTitle', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
84
|
+
HdyWindow: ['HdyWindow', 'GtkWindow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
85
|
+
HdyWindowHandle: ['HdyWindowHandle', 'GtkEventBox', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
// The GTypes above that are NOT widgets: they hold one through `set_child`/`get_child`
|
|
89
|
+
// and descend from `GObject.Object`. A renderer places them like a container; a check
|
|
90
|
+
// asking "is this a widget" must not count them. Derived from the accessor pair, never
|
|
91
|
+
// from a list — the count is in the provenance line above.
|
|
92
|
+
export const CHILD_HOLDERS = [];
|
|
93
|
+
|
|
94
|
+
export const ENUM_NICKS = {
|
|
95
|
+
HdyCenteringPolicy: ['loose', 'strict'],
|
|
96
|
+
HdyColorScheme: ['default', 'force-light', 'prefer-light', 'prefer-dark', 'force-dark'],
|
|
97
|
+
HdyDeckTransitionType: ['over', 'under', 'slide'],
|
|
98
|
+
HdyFlapFoldPolicy: ['never', 'always', 'auto'],
|
|
99
|
+
HdyFlapTransitionType: ['over', 'under', 'slide'],
|
|
100
|
+
HdyHeaderGroupChildType: ['header-bar', 'gtk-header-bar', 'header-group'],
|
|
101
|
+
HdyLeafletTransitionType: ['over', 'under', 'slide'],
|
|
102
|
+
HdyNavigationDirection: ['back', 'forward'],
|
|
103
|
+
HdySqueezerTransitionType: ['none', 'crossfade'],
|
|
104
|
+
HdyViewSwitcherPolicy: ['auto', 'narrow', 'wide'],
|
|
105
|
+
PangoEllipsizeMode: ['none', 'start', 'middle', 'end'],
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
export const SLOT_CANDIDATES = {
|
|
109
|
+
HdyActionRow: {
|
|
110
|
+
'activatable': 'set_activatable_widget',
|
|
111
|
+
'prefix': 'add_prefix',
|
|
112
|
+
},
|
|
113
|
+
HdyCarouselIndicatorDots: {
|
|
114
|
+
'carousel': 'set_carousel',
|
|
115
|
+
},
|
|
116
|
+
HdyCarouselIndicatorLines: {
|
|
117
|
+
'carousel': 'set_carousel',
|
|
118
|
+
},
|
|
119
|
+
HdyDeck: {
|
|
120
|
+
'visible-child': 'set_visible_child',
|
|
121
|
+
},
|
|
122
|
+
HdyExpanderRow: {
|
|
123
|
+
'action': 'add_action',
|
|
124
|
+
'prefix': 'add_prefix',
|
|
125
|
+
},
|
|
126
|
+
HdyFlap: {
|
|
127
|
+
'content': 'set_content',
|
|
128
|
+
'flap': 'set_flap',
|
|
129
|
+
'separator': 'set_separator',
|
|
130
|
+
},
|
|
131
|
+
HdyHeaderBar: {
|
|
132
|
+
'custom-title': 'set_custom_title',
|
|
133
|
+
'end': 'pack_end',
|
|
134
|
+
'start': 'pack_start',
|
|
135
|
+
},
|
|
136
|
+
HdyKeypad: {
|
|
137
|
+
'end-action': 'set_end_action',
|
|
138
|
+
'entry': 'set_entry',
|
|
139
|
+
'start-action': 'set_start_action',
|
|
140
|
+
},
|
|
141
|
+
HdyLeaflet: {
|
|
142
|
+
'visible-child': 'set_visible_child',
|
|
143
|
+
},
|
|
144
|
+
HdyTabBar: {
|
|
145
|
+
'end-action': 'set_end_action_widget',
|
|
146
|
+
'start-action': 'set_start_action_widget',
|
|
147
|
+
'view': 'set_view',
|
|
148
|
+
},
|
|
149
|
+
HdyTabView: {
|
|
150
|
+
'shortcut': 'set_shortcut_widget',
|
|
151
|
+
},
|
|
152
|
+
HdyViewSwitcher: {
|
|
153
|
+
'stack': 'set_stack',
|
|
154
|
+
},
|
|
155
|
+
HdyViewSwitcherBar: {
|
|
156
|
+
'stack': 'set_stack',
|
|
157
|
+
},
|
|
158
|
+
HdyViewSwitcherTitle: {
|
|
159
|
+
'stack': 'set_stack',
|
|
160
|
+
},
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
export const SINCE = {
|
|
164
|
+
'HdyActionRow': '1.0',
|
|
165
|
+
'HdyActionRow.activatable-widget': '1.0',
|
|
166
|
+
'HdyActionRow.icon-name': '1.0',
|
|
167
|
+
'HdyActionRow.subtitle': '1.0',
|
|
168
|
+
'HdyActionRow.subtitle-lines': '1.2',
|
|
169
|
+
'HdyActionRow.title-lines': '1.2',
|
|
170
|
+
'HdyActionRow.use-underline': '1.0',
|
|
171
|
+
'HdyActionRow::activated': '1.0',
|
|
172
|
+
'HdyApplicationWindow': '1.0',
|
|
173
|
+
'HdyAvatar': '1.0',
|
|
174
|
+
'HdyAvatar.icon-name': '1.0',
|
|
175
|
+
'HdyAvatar.loadable-icon': '1.2',
|
|
176
|
+
'HdyAvatar.show-initials': '1.0',
|
|
177
|
+
'HdyAvatar.size': '1.0',
|
|
178
|
+
'HdyAvatar.text': '1.0',
|
|
179
|
+
'HdyCarousel': '1.0',
|
|
180
|
+
'HdyCarousel.allow-long-swipes': '1.2',
|
|
181
|
+
'HdyCarousel.allow-mouse-drag': '1.0',
|
|
182
|
+
'HdyCarousel.allow-scroll-wheel': '1.4',
|
|
183
|
+
'HdyCarousel.animation-duration': '1.0',
|
|
184
|
+
'HdyCarousel.interactive': '1.0',
|
|
185
|
+
'HdyCarousel.reveal-duration': '1.0',
|
|
186
|
+
'HdyCarousel.spacing': '1.0',
|
|
187
|
+
'HdyCarousel::page-changed': '1.0',
|
|
188
|
+
'HdyCarouselIndicatorDots': '1.0',
|
|
189
|
+
'HdyCarouselIndicatorDots.carousel': '1.0',
|
|
190
|
+
'HdyCarouselIndicatorLines': '1.0',
|
|
191
|
+
'HdyCarouselIndicatorLines.carousel': '1.0',
|
|
192
|
+
'HdyClamp': '1.0',
|
|
193
|
+
'HdyClamp.maximum-size': '1.0',
|
|
194
|
+
'HdyClamp.tightening-threshold': '1.0',
|
|
195
|
+
'HdyComboRow': '1.0',
|
|
196
|
+
'HdyComboRow.selected-index': '1.0',
|
|
197
|
+
'HdyComboRow.use-subtitle': '1.0',
|
|
198
|
+
'HdyDeck': '1.0',
|
|
199
|
+
'HdyDeck.can-swipe-back': '1.0',
|
|
200
|
+
'HdyDeck.can-swipe-forward': '1.0',
|
|
201
|
+
'HdyDeck.hhomogeneous': '1.0',
|
|
202
|
+
'HdyDeck.interpolate-size': '1.0',
|
|
203
|
+
'HdyDeck.transition-duration': '1.0',
|
|
204
|
+
'HdyDeck.transition-type': '1.0',
|
|
205
|
+
'HdyDeck.vhomogeneous': '1.0',
|
|
206
|
+
'HdyDeck.visible-child': '1.0',
|
|
207
|
+
'HdyDeck.visible-child-name': '1.0',
|
|
208
|
+
'HdyExpanderRow': '1.0',
|
|
209
|
+
'HdyExpanderRow.enable-expansion': '1.0',
|
|
210
|
+
'HdyExpanderRow.expanded': '1.0',
|
|
211
|
+
'HdyExpanderRow.icon-name': '1.0',
|
|
212
|
+
'HdyExpanderRow.show-enable-switch': '1.0',
|
|
213
|
+
'HdyExpanderRow.subtitle': '1.0',
|
|
214
|
+
'HdyExpanderRow.use-underline': '1.0',
|
|
215
|
+
'HdyFlap': '1.2',
|
|
216
|
+
'HdyFlap.content': '1.2',
|
|
217
|
+
'HdyFlap.flap': '1.2',
|
|
218
|
+
'HdyFlap.flap-position': '1.2',
|
|
219
|
+
'HdyFlap.fold-duration': '1.2',
|
|
220
|
+
'HdyFlap.fold-policy': '1.2',
|
|
221
|
+
'HdyFlap.locked': '1.2',
|
|
222
|
+
'HdyFlap.modal': '1.2',
|
|
223
|
+
'HdyFlap.reveal-duration': '1.2',
|
|
224
|
+
'HdyFlap.reveal-flap': '1.2',
|
|
225
|
+
'HdyFlap.separator': '1.2',
|
|
226
|
+
'HdyFlap.swipe-to-close': '1.2',
|
|
227
|
+
'HdyFlap.swipe-to-open': '1.2',
|
|
228
|
+
'HdyFlap.transition-type': '1.2',
|
|
229
|
+
'HdyHeaderBar': '1.0',
|
|
230
|
+
'HdyHeaderBar.centering-policy': '1.0',
|
|
231
|
+
'HdyHeaderBar.custom-title': '1.0',
|
|
232
|
+
'HdyHeaderBar.decoration-layout': '1.0',
|
|
233
|
+
'HdyHeaderBar.decoration-layout-set': '1.0',
|
|
234
|
+
'HdyHeaderBar.has-subtitle': '1.0',
|
|
235
|
+
'HdyHeaderBar.interpolate-size': '1.0',
|
|
236
|
+
'HdyHeaderBar.show-close-button': '1.0',
|
|
237
|
+
'HdyHeaderBar.spacing': '1.0',
|
|
238
|
+
'HdyHeaderBar.subtitle': '1.0',
|
|
239
|
+
'HdyHeaderBar.title': '1.0',
|
|
240
|
+
'HdyHeaderBar.transition-duration': '1.0',
|
|
241
|
+
'HdyKeypad': '1.0',
|
|
242
|
+
'HdyKeypad.column-spacing': '1.0',
|
|
243
|
+
'HdyKeypad.end-action': '1.0',
|
|
244
|
+
'HdyKeypad.entry': '1.0',
|
|
245
|
+
'HdyKeypad.letters-visible': '1.0',
|
|
246
|
+
'HdyKeypad.row-spacing': '1.0',
|
|
247
|
+
'HdyKeypad.start-action': '1.0',
|
|
248
|
+
'HdyKeypad.symbols-visible': '1.0',
|
|
249
|
+
'HdyLeaflet': '1.0',
|
|
250
|
+
'HdyLeaflet.can-swipe-back': '1.0',
|
|
251
|
+
'HdyLeaflet.can-swipe-forward': '1.0',
|
|
252
|
+
'HdyLeaflet.child-transition-duration': '1.0',
|
|
253
|
+
'HdyLeaflet.hhomogeneous-folded': '1.0',
|
|
254
|
+
'HdyLeaflet.hhomogeneous-unfolded': '1.0',
|
|
255
|
+
'HdyLeaflet.interpolate-size': '1.0',
|
|
256
|
+
'HdyLeaflet.mode-transition-duration': '1.0',
|
|
257
|
+
'HdyLeaflet.transition-type': '1.0',
|
|
258
|
+
'HdyLeaflet.vhomogeneous-folded': '1.0',
|
|
259
|
+
'HdyLeaflet.vhomogeneous-unfolded': '1.0',
|
|
260
|
+
'HdyLeaflet.visible-child': '1.0',
|
|
261
|
+
'HdyLeaflet.visible-child-name': '1.0',
|
|
262
|
+
'HdyPreferencesGroup': '1.0',
|
|
263
|
+
'HdyPreferencesGroup.description': '1.0',
|
|
264
|
+
'HdyPreferencesGroup.title': '1.0',
|
|
265
|
+
'HdyPreferencesGroup.use-markup': '1.4',
|
|
266
|
+
'HdyPreferencesPage': '1.0',
|
|
267
|
+
'HdyPreferencesPage.icon-name': '1.0',
|
|
268
|
+
'HdyPreferencesPage.title': '1.0',
|
|
269
|
+
'HdyPreferencesRow': '1.0',
|
|
270
|
+
'HdyPreferencesRow.title': '1.0',
|
|
271
|
+
'HdyPreferencesRow.use-underline': '1.0',
|
|
272
|
+
'HdyPreferencesWindow': '1.0',
|
|
273
|
+
'HdyPreferencesWindow.can-swipe-back': '1.0',
|
|
274
|
+
'HdyPreferencesWindow.search-enabled': '1.0',
|
|
275
|
+
'HdySearchBar': '1.0',
|
|
276
|
+
'HdySearchBar.search-mode-enabled': '1.0',
|
|
277
|
+
'HdySearchBar.show-close-button': '1.0',
|
|
278
|
+
'HdySqueezer': '1.0',
|
|
279
|
+
'HdySqueezer.homogeneous': '1.0',
|
|
280
|
+
'HdySqueezer.interpolate-size': '1.0',
|
|
281
|
+
'HdySqueezer.transition-duration': '1.0',
|
|
282
|
+
'HdySqueezer.transition-type': '1.0',
|
|
283
|
+
'HdySqueezer.xalign': '1.0',
|
|
284
|
+
'HdySqueezer.yalign': '1.0',
|
|
285
|
+
'HdyStatusPage': '1.2',
|
|
286
|
+
'HdyStatusPage.description': '1.2',
|
|
287
|
+
'HdyStatusPage.icon-name': '1.2',
|
|
288
|
+
'HdyStatusPage.title': '1.2',
|
|
289
|
+
'HdySwipeable': '1.0',
|
|
290
|
+
'HdySwipeable::child-switched': '1.0',
|
|
291
|
+
'HdyTabBar': '1.2',
|
|
292
|
+
'HdyTabBar.autohide': '1.2',
|
|
293
|
+
'HdyTabBar.end-action-widget': '1.2',
|
|
294
|
+
'HdyTabBar.expand-tabs': '1.2',
|
|
295
|
+
'HdyTabBar.extra-drag-dest-targets': '1.2',
|
|
296
|
+
'HdyTabBar.inverted': '1.2',
|
|
297
|
+
'HdyTabBar.start-action-widget': '1.2',
|
|
298
|
+
'HdyTabBar.view': '1.2',
|
|
299
|
+
'HdyTabBar::extra-drag-data-received': '1.2',
|
|
300
|
+
'HdyTabView': '1.2',
|
|
301
|
+
'HdyTabView.default-icon': '1.2',
|
|
302
|
+
'HdyTabView.menu-model': '1.2',
|
|
303
|
+
'HdyTabView.selected-page': '1.2',
|
|
304
|
+
'HdyTabView.shortcut-widget': '1.2',
|
|
305
|
+
'HdyTabView::close-page': '1.2',
|
|
306
|
+
'HdyTabView::create-window': '1.2',
|
|
307
|
+
'HdyTabView::indicator-activated': '1.2',
|
|
308
|
+
'HdyTabView::page-attached': '1.2',
|
|
309
|
+
'HdyTabView::page-detached': '1.2',
|
|
310
|
+
'HdyTabView::page-reordered': '1.2',
|
|
311
|
+
'HdyTabView::setup-menu': '1.2',
|
|
312
|
+
'HdyTitleBar': '1.0',
|
|
313
|
+
'HdyTitleBar.selection-mode': '1.0',
|
|
314
|
+
'HdyViewSwitcher': '1.0',
|
|
315
|
+
'HdyViewSwitcher.narrow-ellipsize': '1.0',
|
|
316
|
+
'HdyViewSwitcher.policy': '1.0',
|
|
317
|
+
'HdyViewSwitcher.stack': '1.0',
|
|
318
|
+
'HdyViewSwitcherBar': '1.0',
|
|
319
|
+
'HdyViewSwitcherBar.policy': '1.0',
|
|
320
|
+
'HdyViewSwitcherBar.reveal': '1.0',
|
|
321
|
+
'HdyViewSwitcherBar.stack': '1.0',
|
|
322
|
+
'HdyViewSwitcherTitle': '1.0',
|
|
323
|
+
'HdyViewSwitcherTitle.policy': '1.0',
|
|
324
|
+
'HdyViewSwitcherTitle.stack': '1.0',
|
|
325
|
+
'HdyViewSwitcherTitle.subtitle': '1.0',
|
|
326
|
+
'HdyViewSwitcherTitle.title': '1.0',
|
|
327
|
+
'HdyViewSwitcherTitle.view-switcher-enabled': '1.0',
|
|
328
|
+
'HdyWindow': '1.0',
|
|
329
|
+
'HdyWindowHandle': '1.0',
|
|
330
|
+
};
|