@seelen-ui/lib 2.5.8-next.2604120917 → 2.5.9

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.
Files changed (173) hide show
  1. package/esm/gen/types/AppNotification.d.ts +3 -0
  2. package/esm/gen/types/AppNotification.d.ts.map +1 -1
  3. package/esm/gen/types/BackupStatus.d.ts +10 -0
  4. package/esm/gen/types/BackupStatus.d.ts.map +1 -0
  5. package/esm/gen/types/BluetoothDevice.d.ts +1 -0
  6. package/esm/gen/types/BluetoothDevice.d.ts.map +1 -1
  7. package/esm/gen/types/ClipboardEntry.d.ts +1 -1
  8. package/esm/gen/types/NotificationsMode.d.ts +6 -0
  9. package/esm/gen/types/NotificationsMode.d.ts.map +1 -0
  10. package/esm/gen/types/NotificationsMode.js +7 -0
  11. package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts +3 -0
  12. package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
  13. package/esm/gen/types/SeelenCommandActivateNotificationArgs.js +0 -1
  14. package/esm/gen/types/SeelenCommandArgument.d.ts +21 -5
  15. package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  16. package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts +4 -0
  17. package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts.map +1 -0
  18. package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.js +2 -0
  19. package/esm/gen/types/SeelenCommandReturn.d.ts +20 -6
  20. package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  21. package/esm/gen/types/SeelenCommandSetFocusAssistArgs.d.ts +4 -0
  22. package/esm/gen/types/SeelenCommandSetFocusAssistArgs.d.ts.map +1 -0
  23. package/esm/gen/types/SeelenCommandSetFocusAssistArgs.js +2 -0
  24. package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts +5 -0
  25. package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts.map +1 -0
  26. package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.js +1 -0
  27. package/esm/gen/types/SeelenCommandWlanForgetArgs.d.ts +4 -0
  28. package/esm/gen/types/SeelenCommandWlanForgetArgs.d.ts.map +1 -0
  29. package/esm/gen/types/SeelenCommandWlanForgetArgs.js +2 -0
  30. package/esm/gen/types/SeelenEventPayload.d.ts +13 -2
  31. package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
  32. package/esm/gen/types/SeelenFont.d.ts +4 -0
  33. package/esm/gen/types/SeelenFont.d.ts.map +1 -0
  34. package/esm/gen/types/SeelenFont.js +2 -0
  35. package/esm/gen/types/SeelenWegSettings.d.ts +5 -0
  36. package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -1
  37. package/esm/gen/types/Settings.d.ts +4 -0
  38. package/esm/gen/types/Settings.d.ts.map +1 -1
  39. package/esm/gen/types/ThemeConfigDefinition.d.ts +2 -4
  40. package/esm/gen/types/ThemeConfigDefinition.d.ts.map +1 -1
  41. package/esm/gen/types/ThemeConfigGroupVariant.d.ts +5 -0
  42. package/esm/gen/types/ThemeConfigGroupVariant.d.ts.map +1 -0
  43. package/esm/gen/types/ThemeConfigGroupVariant.js +1 -0
  44. package/esm/gen/types/ThemeVariableDefinition.d.ts +2 -0
  45. package/esm/gen/types/ThemeVariableDefinition.d.ts.map +1 -1
  46. package/esm/gen/types/WegMiddleClickAction.d.ts +5 -0
  47. package/esm/gen/types/WegMiddleClickAction.d.ts.map +1 -0
  48. package/esm/gen/types/WegMiddleClickAction.js +6 -0
  49. package/esm/gen/types/WidgetConfigDefinition.d.ts +2 -4
  50. package/esm/gen/types/WidgetConfigDefinition.d.ts.map +1 -1
  51. package/esm/gen/types/WidgetConfigGroupVariant.d.ts +5 -0
  52. package/esm/gen/types/WidgetConfigGroupVariant.d.ts.map +1 -0
  53. package/esm/gen/types/WidgetConfigGroupVariant.js +1 -0
  54. package/esm/gen/types/WidgetSelectOption.d.ts +1 -1
  55. package/esm/gen/types/WidgetSelectOption.d.ts.map +1 -1
  56. package/esm/gen/types/WidgetSettingColor.d.ts +4 -4
  57. package/esm/gen/types/WidgetSettingColor.d.ts.map +1 -1
  58. package/esm/gen/types/WidgetSettingFont.d.ts +34 -0
  59. package/esm/gen/types/WidgetSettingFont.d.ts.map +1 -0
  60. package/esm/gen/types/WidgetSettingFont.js +1 -0
  61. package/esm/gen/types/WidgetSettingInputNumber.d.ts +4 -4
  62. package/esm/gen/types/WidgetSettingInputNumber.d.ts.map +1 -1
  63. package/esm/gen/types/WidgetSettingInputText.d.ts +4 -4
  64. package/esm/gen/types/WidgetSettingInputText.d.ts.map +1 -1
  65. package/esm/gen/types/WidgetSettingItem.d.ts +4 -1
  66. package/esm/gen/types/WidgetSettingItem.d.ts.map +1 -1
  67. package/esm/gen/types/WidgetSettingRange.d.ts +4 -4
  68. package/esm/gen/types/WidgetSettingRange.d.ts.map +1 -1
  69. package/esm/gen/types/WidgetSettingSelect.d.ts +4 -4
  70. package/esm/gen/types/WidgetSettingSelect.d.ts.map +1 -1
  71. package/esm/gen/types/WidgetSettingSwitch.d.ts +4 -4
  72. package/esm/gen/types/WidgetSettingSwitch.d.ts.map +1 -1
  73. package/esm/gen/types/WlanBssEntry.d.ts +15 -6
  74. package/esm/gen/types/WlanBssEntry.d.ts.map +1 -1
  75. package/esm/gen/types/mod.d.ts +11 -1
  76. package/esm/gen/types/mod.d.ts.map +1 -1
  77. package/esm/gen/types/mod.js +11 -1
  78. package/esm/src/handlers/commands.d.ts +10 -4
  79. package/esm/src/handlers/commands.d.ts.map +1 -1
  80. package/esm/src/handlers/commands.js +9 -3
  81. package/esm/src/handlers/events.d.ts +6 -2
  82. package/esm/src/handlers/events.d.ts.map +1 -1
  83. package/esm/src/handlers/events.js +5 -1
  84. package/package.json +1 -1
  85. package/script/gen/types/AppNotification.d.ts +3 -0
  86. package/script/gen/types/AppNotification.d.ts.map +1 -1
  87. package/script/gen/types/BackupStatus.d.ts +10 -0
  88. package/script/gen/types/BackupStatus.d.ts.map +1 -0
  89. package/script/gen/types/BluetoothDevice.d.ts +1 -0
  90. package/script/gen/types/BluetoothDevice.d.ts.map +1 -1
  91. package/script/gen/types/ClipboardEntry.d.ts +1 -1
  92. package/script/gen/types/NotificationsMode.d.ts +6 -0
  93. package/script/gen/types/NotificationsMode.d.ts.map +1 -0
  94. package/script/gen/types/NotificationsMode.js +10 -0
  95. package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts +3 -0
  96. package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
  97. package/script/gen/types/SeelenCommandActivateNotificationArgs.js +0 -1
  98. package/script/gen/types/SeelenCommandArgument.d.ts +21 -5
  99. package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  100. package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts +4 -0
  101. package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts.map +1 -0
  102. package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.js +3 -0
  103. package/script/gen/types/SeelenCommandReturn.d.ts +20 -6
  104. package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  105. package/script/gen/types/SeelenCommandSetFocusAssistArgs.d.ts +4 -0
  106. package/script/gen/types/SeelenCommandSetFocusAssistArgs.d.ts.map +1 -0
  107. package/script/gen/types/SeelenCommandSetFocusAssistArgs.js +3 -0
  108. package/script/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts +5 -0
  109. package/script/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts.map +1 -0
  110. package/script/gen/types/SeelenCommandSetNotificationsModeArgs.js +2 -0
  111. package/script/gen/types/SeelenCommandWlanForgetArgs.d.ts +4 -0
  112. package/script/gen/types/SeelenCommandWlanForgetArgs.d.ts.map +1 -0
  113. package/script/gen/types/SeelenCommandWlanForgetArgs.js +3 -0
  114. package/script/gen/types/SeelenEventPayload.d.ts +13 -2
  115. package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
  116. package/script/gen/types/SeelenFont.d.ts +4 -0
  117. package/script/gen/types/SeelenFont.d.ts.map +1 -0
  118. package/script/gen/types/SeelenFont.js +3 -0
  119. package/script/gen/types/SeelenWegSettings.d.ts +5 -0
  120. package/script/gen/types/SeelenWegSettings.d.ts.map +1 -1
  121. package/script/gen/types/Settings.d.ts +4 -0
  122. package/script/gen/types/Settings.d.ts.map +1 -1
  123. package/script/gen/types/ThemeConfigDefinition.d.ts +2 -4
  124. package/script/gen/types/ThemeConfigDefinition.d.ts.map +1 -1
  125. package/script/gen/types/ThemeConfigGroupVariant.d.ts +5 -0
  126. package/script/gen/types/ThemeConfigGroupVariant.d.ts.map +1 -0
  127. package/script/gen/types/ThemeConfigGroupVariant.js +2 -0
  128. package/script/gen/types/ThemeVariableDefinition.d.ts +2 -0
  129. package/script/gen/types/ThemeVariableDefinition.d.ts.map +1 -1
  130. package/script/gen/types/WegMiddleClickAction.d.ts +5 -0
  131. package/script/gen/types/WegMiddleClickAction.d.ts.map +1 -0
  132. package/script/gen/types/WegMiddleClickAction.js +9 -0
  133. package/script/gen/types/WidgetConfigDefinition.d.ts +2 -4
  134. package/script/gen/types/WidgetConfigDefinition.d.ts.map +1 -1
  135. package/script/gen/types/WidgetConfigGroupVariant.d.ts +5 -0
  136. package/script/gen/types/WidgetConfigGroupVariant.d.ts.map +1 -0
  137. package/script/gen/types/WidgetConfigGroupVariant.js +2 -0
  138. package/script/gen/types/WidgetSelectOption.d.ts +1 -1
  139. package/script/gen/types/WidgetSelectOption.d.ts.map +1 -1
  140. package/script/gen/types/WidgetSettingColor.d.ts +4 -4
  141. package/script/gen/types/WidgetSettingColor.d.ts.map +1 -1
  142. package/script/gen/types/WidgetSettingFont.d.ts +34 -0
  143. package/script/gen/types/WidgetSettingFont.d.ts.map +1 -0
  144. package/script/gen/types/WidgetSettingFont.js +2 -0
  145. package/script/gen/types/WidgetSettingInputNumber.d.ts +4 -4
  146. package/script/gen/types/WidgetSettingInputNumber.d.ts.map +1 -1
  147. package/script/gen/types/WidgetSettingInputText.d.ts +4 -4
  148. package/script/gen/types/WidgetSettingInputText.d.ts.map +1 -1
  149. package/script/gen/types/WidgetSettingItem.d.ts +4 -1
  150. package/script/gen/types/WidgetSettingItem.d.ts.map +1 -1
  151. package/script/gen/types/WidgetSettingRange.d.ts +4 -4
  152. package/script/gen/types/WidgetSettingRange.d.ts.map +1 -1
  153. package/script/gen/types/WidgetSettingSelect.d.ts +4 -4
  154. package/script/gen/types/WidgetSettingSelect.d.ts.map +1 -1
  155. package/script/gen/types/WidgetSettingSwitch.d.ts +4 -4
  156. package/script/gen/types/WidgetSettingSwitch.d.ts.map +1 -1
  157. package/script/gen/types/WlanBssEntry.d.ts +15 -6
  158. package/script/gen/types/WlanBssEntry.d.ts.map +1 -1
  159. package/script/gen/types/mod.d.ts +11 -1
  160. package/script/gen/types/mod.d.ts.map +1 -1
  161. package/script/gen/types/mod.js +11 -1
  162. package/script/src/handlers/commands.d.ts +10 -4
  163. package/script/src/handlers/commands.d.ts.map +1 -1
  164. package/script/src/handlers/commands.js +9 -3
  165. package/script/src/handlers/events.d.ts +6 -2
  166. package/script/src/handlers/events.d.ts.map +1 -1
  167. package/script/src/handlers/events.js +5 -1
  168. package/esm/gen/types/WlanProfile.d.ts +0 -8
  169. package/esm/gen/types/WlanProfile.d.ts.map +0 -1
  170. package/script/gen/types/WlanProfile.d.ts +0 -8
  171. package/script/gen/types/WlanProfile.d.ts.map +0 -1
  172. /package/esm/gen/types/{WlanProfile.js → BackupStatus.js} +0 -0
  173. /package/script/gen/types/{WlanProfile.js → BackupStatus.js} +0 -0
@@ -97,11 +97,10 @@ export declare enum SeelenCommand {
97
97
  UpdatePopup = "update_popup",
98
98
  ClosePopup = "close_popup",
99
99
  GetPopupConfig = "get_popup_config",
100
- WlanGetProfiles = "wlan_get_profiles",
101
- WlanStartScanning = "wlan_start_scanning",
102
- WlanStopScanning = "wlan_stop_scanning",
100
+ WlanScan = "wlan_scan",
103
101
  WlanConnect = "wlan_connect",
104
102
  WlanDisconnect = "wlan_disconnect",
103
+ WlanForget = "wlan_forget",
105
104
  GetNetworkDefaultLocalIp = "get_network_default_local_ip",
106
105
  GetNetworkAdapters = "get_network_adapters",
107
106
  GetNetworkInternetConnection = "get_network_internet_connection",
@@ -123,6 +122,7 @@ export declare enum SeelenCommand {
123
122
  RequestPairBluetoothDevice = "request_pair_bluetooth_device",
124
123
  ConfirmBluetoothDevicePairing = "confirm_bluetooth_device_pairing",
125
124
  DisconnectBluetoothDevice = "disconnect_bluetooth_device",
125
+ ConnectBluetoothDevice = "connect_bluetooth_device",
126
126
  ForgetBluetoothDevice = "forget_bluetooth_device",
127
127
  GetStartMenuItems = "get_start_menu_items",
128
128
  GetNativeStartMenu = "get_native_start_menu",
@@ -131,10 +131,16 @@ export declare enum SeelenCommand {
131
131
  GetSeelenSession = "get_seelen_session",
132
132
  SeelenLogin = "seelen_login",
133
133
  SeelenLogout = "seelen_logout",
134
+ GetBackupStatus = "get_backup_status",
134
135
  ClipboardGetData = "clipboard_get_data",
135
136
  ClipboardDeleteEntry = "clipboard_delete_entry",
136
137
  ClipboardClearHistory = "clipboard_clear_history",
137
138
  ClipboardSetContent = "clipboard_set_content",
138
- ClipboardPaste = "clipboard_paste"
139
+ ClipboardPaste = "clipboard_paste",
140
+ GetFonts = "get_fonts",
141
+ GetFocusAssist = "get_focus_assist",
142
+ SetFocusAssist = "set_focus_assist",
143
+ GetNotificationsMode = "get_notifications_mode",
144
+ SetNotificationsMode = "set_notifications_mode"
139
145
  }
140
146
  //# sourceMappingURL=commands.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"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"}
@@ -102,11 +102,10 @@ var SeelenCommand;
102
102
  SeelenCommand["UpdatePopup"] = "update_popup";
103
103
  SeelenCommand["ClosePopup"] = "close_popup";
104
104
  SeelenCommand["GetPopupConfig"] = "get_popup_config";
105
- SeelenCommand["WlanGetProfiles"] = "wlan_get_profiles";
106
- SeelenCommand["WlanStartScanning"] = "wlan_start_scanning";
107
- SeelenCommand["WlanStopScanning"] = "wlan_stop_scanning";
105
+ SeelenCommand["WlanScan"] = "wlan_scan";
108
106
  SeelenCommand["WlanConnect"] = "wlan_connect";
109
107
  SeelenCommand["WlanDisconnect"] = "wlan_disconnect";
108
+ SeelenCommand["WlanForget"] = "wlan_forget";
110
109
  SeelenCommand["GetNetworkDefaultLocalIp"] = "get_network_default_local_ip";
111
110
  SeelenCommand["GetNetworkAdapters"] = "get_network_adapters";
112
111
  SeelenCommand["GetNetworkInternetConnection"] = "get_network_internet_connection";
@@ -128,6 +127,7 @@ var SeelenCommand;
128
127
  SeelenCommand["RequestPairBluetoothDevice"] = "request_pair_bluetooth_device";
129
128
  SeelenCommand["ConfirmBluetoothDevicePairing"] = "confirm_bluetooth_device_pairing";
130
129
  SeelenCommand["DisconnectBluetoothDevice"] = "disconnect_bluetooth_device";
130
+ SeelenCommand["ConnectBluetoothDevice"] = "connect_bluetooth_device";
131
131
  SeelenCommand["ForgetBluetoothDevice"] = "forget_bluetooth_device";
132
132
  SeelenCommand["GetStartMenuItems"] = "get_start_menu_items";
133
133
  SeelenCommand["GetNativeStartMenu"] = "get_native_start_menu";
@@ -136,9 +136,15 @@ var SeelenCommand;
136
136
  SeelenCommand["GetSeelenSession"] = "get_seelen_session";
137
137
  SeelenCommand["SeelenLogin"] = "seelen_login";
138
138
  SeelenCommand["SeelenLogout"] = "seelen_logout";
139
+ SeelenCommand["GetBackupStatus"] = "get_backup_status";
139
140
  SeelenCommand["ClipboardGetData"] = "clipboard_get_data";
140
141
  SeelenCommand["ClipboardDeleteEntry"] = "clipboard_delete_entry";
141
142
  SeelenCommand["ClipboardClearHistory"] = "clipboard_clear_history";
142
143
  SeelenCommand["ClipboardSetContent"] = "clipboard_set_content";
143
144
  SeelenCommand["ClipboardPaste"] = "clipboard_paste";
145
+ SeelenCommand["GetFonts"] = "get_fonts";
146
+ SeelenCommand["GetFocusAssist"] = "get_focus_assist";
147
+ SeelenCommand["SetFocusAssist"] = "set_focus_assist";
148
+ SeelenCommand["GetNotificationsMode"] = "get_notifications_mode";
149
+ SeelenCommand["SetNotificationsMode"] = "set_notifications_mode";
144
150
  })(SeelenCommand || (exports.SeelenCommand = SeelenCommand = {}));
@@ -18,11 +18,11 @@ export declare enum SeelenEvent {
18
18
  NetworkAdapters = "network-adapters",
19
19
  NetworkInternetConnection = "network-internet-connection",
20
20
  NetworkWlanScanned = "wlan-scanned",
21
- Notifications = "notifications",
22
21
  PowerStatus = "power-status",
23
22
  PowerMode = "power-mode",
24
23
  BatteriesStatus = "batteries-status",
25
24
  ColorsChanged = "colors-changed",
25
+ SystemFontsChanged = "system::fonts-changed",
26
26
  WMSetReservation = "wm::set-reservation",
27
27
  WMForceRetiling = "wm::force-retiling",
28
28
  WMTreeChanged = "wm::tree-changed",
@@ -47,6 +47,10 @@ export declare enum SeelenEvent {
47
47
  WegAddItem = "weg::add-item",
48
48
  TrashBinChanged = "trash-bin::changed",
49
49
  SeelenSessionChanged = "session::changed",
50
- ClipboardDataChanged = "clipboard::data-changed"
50
+ SeelenBackupStatusChanged = "backup::status-changed",
51
+ ClipboardDataChanged = "clipboard::data-changed",
52
+ FocusAssistChanged = "focus-assist::changed",
53
+ NotificationsModeChanged = "notifications::mode-changed",
54
+ Notifications = "notifications"
51
55
  }
52
56
  //# sourceMappingURL=events.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,sBAAsB,8BAA8B;IACpD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,+BAA+B,wCAAwC;IACvE,WAAW,iBAAiB;IAC5B,iBAAiB,+BAA+B;IAChD,qBAAqB,0BAA0B;IAC/C,6BAA6B,mCAAmC;IAChE,aAAa,mBAAmB;IAChC,YAAY,mBAAmB;IAC/B,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,qBAAqB,6BAA6B;IAClD,eAAe,qBAAqB;IACpC,yBAAyB,gCAAgC;IACzD,kBAAkB,iBAAiB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,gBAAgB,wBAAwB;IACxC,eAAe,uBAAuB;IACtC,aAAa,qBAAqB;IAClC,mBAAmB,0BAA0B;IAC7C,oBAAoB,qBAAqB;IACzC,yBAAyB,oBAAoB;IAC7C,kBAAkB,WAAW;IAC7B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,sBAAsB,sCAAsC;IAC5D,iBAAiB,yBAAyB;IAC1C,2BAA2B,oCAAoC;IAC/D,eAAe,sBAAsB;IACrC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,mBAAmB,2BAA2B;IAC9C,kBAAkB,0BAA0B;IAC5C,uBAAuB,8BAA8B;IACrD,qBAAqB,8BAA8B;IACnD,UAAU,kBAAkB;IAC5B,eAAe,uBAAuB;IACtC,oBAAoB,qBAAqB;IACzC,oBAAoB,4BAA4B;CACjD"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,sBAAsB,8BAA8B;IACpD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,+BAA+B,wCAAwC;IACvE,WAAW,iBAAiB;IAC5B,iBAAiB,+BAA+B;IAChD,qBAAqB,0BAA0B;IAC/C,6BAA6B,mCAAmC;IAChE,aAAa,mBAAmB;IAChC,YAAY,mBAAmB;IAC/B,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,qBAAqB,6BAA6B;IAClD,eAAe,qBAAqB;IACpC,yBAAyB,gCAAgC;IACzD,kBAAkB,iBAAiB;IACnC,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,gBAAgB,wBAAwB;IACxC,eAAe,uBAAuB;IACtC,aAAa,qBAAqB;IAClC,mBAAmB,0BAA0B;IAC7C,oBAAoB,qBAAqB;IACzC,yBAAyB,oBAAoB;IAC7C,kBAAkB,WAAW;IAC7B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,sBAAsB,sCAAsC;IAC5D,iBAAiB,yBAAyB;IAC1C,2BAA2B,oCAAoC;IAC/D,eAAe,sBAAsB;IACrC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,mBAAmB,2BAA2B;IAC9C,kBAAkB,0BAA0B;IAC5C,uBAAuB,8BAA8B;IACrD,qBAAqB,8BAA8B;IACnD,UAAU,kBAAkB;IAC5B,eAAe,uBAAuB;IACtC,oBAAoB,qBAAqB;IACzC,yBAAyB,2BAA2B;IACpD,oBAAoB,4BAA4B;IAChD,kBAAkB,0BAA0B;IAC5C,wBAAwB,gCAAgC;IACxD,aAAa,kBAAkB;CAChC"}
@@ -23,11 +23,11 @@ var SeelenEvent;
23
23
  SeelenEvent["NetworkAdapters"] = "network-adapters";
24
24
  SeelenEvent["NetworkInternetConnection"] = "network-internet-connection";
25
25
  SeelenEvent["NetworkWlanScanned"] = "wlan-scanned";
26
- SeelenEvent["Notifications"] = "notifications";
27
26
  SeelenEvent["PowerStatus"] = "power-status";
28
27
  SeelenEvent["PowerMode"] = "power-mode";
29
28
  SeelenEvent["BatteriesStatus"] = "batteries-status";
30
29
  SeelenEvent["ColorsChanged"] = "colors-changed";
30
+ SeelenEvent["SystemFontsChanged"] = "system::fonts-changed";
31
31
  SeelenEvent["WMSetReservation"] = "wm::set-reservation";
32
32
  SeelenEvent["WMForceRetiling"] = "wm::force-retiling";
33
33
  SeelenEvent["WMTreeChanged"] = "wm::tree-changed";
@@ -52,5 +52,9 @@ var SeelenEvent;
52
52
  SeelenEvent["WegAddItem"] = "weg::add-item";
53
53
  SeelenEvent["TrashBinChanged"] = "trash-bin::changed";
54
54
  SeelenEvent["SeelenSessionChanged"] = "session::changed";
55
+ SeelenEvent["SeelenBackupStatusChanged"] = "backup::status-changed";
55
56
  SeelenEvent["ClipboardDataChanged"] = "clipboard::data-changed";
57
+ SeelenEvent["FocusAssistChanged"] = "focus-assist::changed";
58
+ SeelenEvent["NotificationsModeChanged"] = "notifications::mode-changed";
59
+ SeelenEvent["Notifications"] = "notifications";
56
60
  })(SeelenEvent || (exports.SeelenEvent = SeelenEvent = {}));
@@ -1,8 +0,0 @@
1
- export type WlanProfile = {
2
- profileName: string;
3
- ssid: string;
4
- authentication: string;
5
- encryption: string;
6
- password: string | null;
7
- };
8
- //# sourceMappingURL=WlanProfile.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WlanProfile.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WlanProfile.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,WAAW,GAAG;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -1,8 +0,0 @@
1
- export type WlanProfile = {
2
- profileName: string;
3
- ssid: string;
4
- authentication: string;
5
- encryption: string;
6
- password: string | null;
7
- };
8
- //# sourceMappingURL=WlanProfile.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WlanProfile.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WlanProfile.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,WAAW,GAAG;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}