win32more-Microsoft.WindowsAppSDK 0.6.1.6.250205002__py2.py3-none-any.whl → 0.6.1.6.250402001__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.

@@ -93,6 +93,13 @@ class IWidgetInfo(ComPtr):
93
93
  LastUpdateTime = property(get_LastUpdateTime, None)
94
94
  Template = property(get_Template, None)
95
95
  WidgetContext = property(get_WidgetContext, None)
96
+ class IWidgetInfo2(ComPtr):
97
+ extends: IInspectable
98
+ _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetInfo2'
99
+ _iid_ = Guid('{081b0a6f-d784-5408-bb29-252fef2926d4}')
100
+ @winrt_commethod(6)
101
+ def get_IsPlaceholderContent(self) -> Boolean: ...
102
+ IsPlaceholderContent = property(get_IsPlaceholderContent, None)
96
103
  class IWidgetManager(ComPtr):
97
104
  extends: IInspectable
98
105
  _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetManager'
@@ -256,6 +263,15 @@ class IWidgetUpdateRequestOptions(ComPtr):
256
263
  Data = property(get_Data, put_Data)
257
264
  Template = property(get_Template, put_Template)
258
265
  WidgetId = property(get_WidgetId, None)
266
+ class IWidgetUpdateRequestOptions2(ComPtr):
267
+ extends: IInspectable
268
+ _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions2'
269
+ _iid_ = Guid('{77c4efc4-38f3-57a5-aba1-f83f257b899e}')
270
+ @winrt_commethod(6)
271
+ def get_IsPlaceholderContent(self) -> win32more.Windows.Foundation.IReference[Boolean]: ...
272
+ @winrt_commethod(7)
273
+ def put_IsPlaceholderContent(self, value: win32more.Windows.Foundation.IReference[Boolean]) -> Void: ...
274
+ IsPlaceholderContent = property(get_IsPlaceholderContent, put_IsPlaceholderContent)
259
275
  class IWidgetUpdateRequestOptionsFactory(ComPtr):
260
276
  extends: IInspectable
261
277
  _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsFactory'
@@ -352,8 +368,11 @@ class WidgetInfo(ComPtr):
352
368
  def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> WinRT_String: ...
353
369
  @winrt_mixinmethod
354
370
  def get_LastUpdateTime(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> win32more.Windows.Foundation.DateTime: ...
371
+ @winrt_mixinmethod
372
+ def get_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo2) -> Boolean: ...
355
373
  CustomState = property(get_CustomState, None)
356
374
  Data = property(get_Data, None)
375
+ IsPlaceholderContent = property(get_IsPlaceholderContent, None)
357
376
  LastUpdateTime = property(get_LastUpdateTime, None)
358
377
  Template = property(get_Template, None)
359
378
  WidgetContext = property(get_WidgetContext, None)
@@ -476,10 +495,15 @@ class WidgetUpdateRequestOptions(ComPtr, metaclass=_WidgetUpdateRequestOptions_M
476
495
  def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> WinRT_String: ...
477
496
  @winrt_mixinmethod
478
497
  def put_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value: WinRT_String) -> Void: ...
498
+ @winrt_mixinmethod
499
+ def get_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions2) -> win32more.Windows.Foundation.IReference[Boolean]: ...
500
+ @winrt_mixinmethod
501
+ def put_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions2, value: win32more.Windows.Foundation.IReference[Boolean]) -> Void: ...
479
502
  @winrt_classmethod
480
503
  def get_UnsetValue(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsStatics) -> WinRT_String: ...
481
504
  CustomState = property(get_CustomState, put_CustomState)
482
505
  Data = property(get_Data, put_Data)
506
+ IsPlaceholderContent = property(get_IsPlaceholderContent, put_IsPlaceholderContent)
483
507
  Template = property(get_Template, put_Template)
484
508
  WidgetId = property(get_WidgetId, None)
485
509
  _WidgetUpdateRequestOptions_Meta_.UnsetValue = property(get_UnsetValue, None)
@@ -1,7 +1,7 @@
1
1
  from __future__ import annotations
2
2
  from win32more.winrt.prelude import *
3
3
  import win32more.Microsoft.Windows.Widgets
4
- WidgetContract: UInt32 = 458752
4
+ WidgetContract: UInt32 = 589824
5
5
  class WidgetSize(Enum, Int32):
6
6
  Small = 0
7
7
  Medium = 1
@@ -1,3 +1,3 @@
1
1
  WINDOWSAPPSDK_RELEASE_MAJORMINOR = 0x00010006
2
2
  WINDOWSAPPSDK_RELEASE_VERSION_SHORTTAG_W = ''
3
- WINDOWSAPPSDK_RUNTIME_VERSION_UINT64 = 0x1770019109300000
3
+ WINDOWSAPPSDK_RUNTIME_VERSION_UINT64 = 0x177001C9085C0000
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: win32more-Microsoft.WindowsAppSDK
3
- Version: 0.6.1.6.250205002
3
+ Version: 0.6.1.6.250402001
4
4
  License-File: LICENSE (Microsoft.WindowsAppSDK).txt
5
5
  Requires-Dist: win32more-microsoft-web-webview2<0.7,>=0.6.1.0.2651.64
6
6
  Requires-Dist: win32more==0.6.*
@@ -53,15 +53,15 @@ win32more/Microsoft/Windows/Security/AccessControl/__init__.py,sha256=bEplGy_jue
53
53
  win32more/Microsoft/Windows/Storage/__init__.py,sha256=_Xqx6zTdbNC9qaDJO02_f0yExmMEdNiRG5LxqJPZR3A,10830
54
54
  win32more/Microsoft/Windows/System/__init__.py,sha256=nfm68OJeDJp-GlH9RCJIcTpISqMBB9GElf_MJ0Nuuv0,4558
55
55
  win32more/Microsoft/Windows/System/Power/__init__.py,sha256=XfShesmPKNrekgLD_KnEWiKZdk6t0btIMqWSYop_ONI,16057
56
- win32more/Microsoft/Windows/Widgets/__init__.py,sha256=6iUBlbaakgNWiSrqGLyYebK82sJuMZYMtcN3FFQ9KPI,256
56
+ win32more/Microsoft/Windows/Widgets/__init__.py,sha256=EAxPd8SMCGV2whpJE31eTxPXuoKB4vlZgaiB6GwZInQ,256
57
57
  win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py,sha256=dr9Wr65mdTMxK-7x7Z_82leGY5pWEbMtCOT0HL4zBGQ,28878
58
58
  win32more/Microsoft/Windows/Widgets/Notifications/__init__.py,sha256=NWMyMMYXv845dIRW2MnlnXBfOlz6nc2JaxuC-S9Ab_g,12572
59
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py,sha256=dhVvK0_r9WetN6f3DD0b9vNr-hAjovuANNvdsKhDwlQ,29475
60
- win32more/appsdk/versioninfo.py,sha256=Rvee6QpLF1MK7h6Dzfst8BUeJFlCouzNrX4UsAtV5lE,149
61
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=4zcXKrOQ7r3hSsH1U_N1zq_C3h6vu_cMYs3hBm8nWM0,384072
62
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=E9qQbwqkEzN25ZKN3TkpEfCGzG5rHZnKewZEO73sWiE,392224
63
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=d-zFdeEgQvP5WIhB9I-MrG87SIOCP9lORNzHyPUlfyI,344648
64
- win32more_microsoft_windowsappsdk-0.6.1.6.250205002.dist-info/METADATA,sha256=d12zZ5p_M_IlKcevRxdwKJIk2GahQBhBEk-xqdOcvE0,243
65
- win32more_microsoft_windowsappsdk-0.6.1.6.250205002.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
66
- win32more_microsoft_windowsappsdk-0.6.1.6.250205002.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt,sha256=s-4tv980OTZQta_MSYgXPrBvs8-5SQYFj3byRJTfD9w,12291
67
- win32more_microsoft_windowsappsdk-0.6.1.6.250205002.dist-info/RECORD,,
59
+ win32more/Microsoft/Windows/Widgets/Providers/__init__.py,sha256=uGTHfYHNQzvprGqEjnluJ3E6zU2rfNx30z01cyjc468,31076
60
+ win32more/appsdk/versioninfo.py,sha256=FdPudaAenfYBPd3z102xKiYGhNmZNzC-Aoz3xewTpyM,149
61
+ win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=8tnJo8-uPInQzehkm-EBG6jycu5pVZShjUOhfH_OC5U,384072
62
+ win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=zrNtjnJTiyeWb0S6crDJI1Bz4y1T3HlYuHh3RLJBKNo,392240
63
+ win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=s_S9GSTOk-sQWrvxbY7Dp9izbOGp_naC5M27V05j8iM,344616
64
+ win32more_microsoft_windowsappsdk-0.6.1.6.250402001.dist-info/METADATA,sha256=6H--rYy3CFCT1HZ7kGZMQjBIiZkWEcdCE8J_Nz8Bxnc,243
65
+ win32more_microsoft_windowsappsdk-0.6.1.6.250402001.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
66
+ win32more_microsoft_windowsappsdk-0.6.1.6.250402001.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt,sha256=s-4tv980OTZQta_MSYgXPrBvs8-5SQYFj3byRJTfD9w,12291
67
+ win32more_microsoft_windowsappsdk-0.6.1.6.250402001.dist-info/RECORD,,