@triniwiz/nativescript-masonkit 1.0.0-beta.84 → 1.0.0-beta.86
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/br/index.windows.d.ts +11 -0
- package/br/index.windows.js +31 -0
- package/br/index.windows.js.map +1 -0
- package/button/index.windows.d.ts +12 -0
- package/button/index.windows.js +44 -0
- package/button/index.windows.js.map +1 -0
- package/common.d.ts +2 -0
- package/common.js +238 -19
- package/common.js.map +1 -1
- package/img/index.windows.d.ts +12 -0
- package/img/index.windows.js +48 -0
- package/img/index.windows.js.map +1 -0
- package/index.windows.d.ts +12 -0
- package/index.windows.js +13 -0
- package/index.windows.js.map +1 -0
- package/input/index.windows.d.ts +14 -0
- package/input/index.windows.js +96 -0
- package/input/index.windows.js.map +1 -0
- package/li/index.windows.d.ts +13 -0
- package/li/index.windows.js +50 -0
- package/li/index.windows.js.map +1 -0
- package/list/common.js +0 -1
- package/list/common.js.map +1 -1
- package/list/index.ios.js +0 -1
- package/list/index.ios.js.map +1 -1
- package/list/index.windows.d.ts +21 -0
- package/list/index.windows.js +68 -0
- package/list/index.windows.js.map +1 -0
- package/package.json +6 -3
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/Info.plist +11 -11
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.abi.json +2642 -11194
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +4065 -4064
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +2642 -11194
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +2642 -11194
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +12 -12
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +4060 -4059
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +3898 -3897
- package/platforms/ios/Mason.xcframework/xros-arm64/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/xros-arm64/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/xros-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-xros.abi.json +2642 -11194
- package/platforms/ios/Mason.xcframework/xros-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/xros-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +2129 -2129
- package/platforms/ios/Mason.xcframework/xros-arm64-simulator/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/xros-arm64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-xros-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/xros-arm64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-xros-simulator.abi.json +2642 -11194
- package/platforms/ios/Mason.xcframework/xros-arm64-simulator/Mason.framework/_CodeSignature/CodeResources +6 -6
- package/platforms/ios/Mason.xcframework/xros-arm64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/xros-arm64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +2129 -2129
- package/platforms/windows/arm64/NativeScript.Mason.dll +0 -0
- package/platforms/windows/arm64/NativeScript.Mason.winmd +0 -0
- package/platforms/windows/plugin.props +9 -0
- package/platforms/windows/plugin.targets +50 -0
- package/platforms/windows/x64/NativeScript.Mason.dll +0 -0
- package/platforms/windows/x64/NativeScript.Mason.winmd +0 -0
- package/scroll/index.windows.d.ts +14 -0
- package/scroll/index.windows.js +63 -0
- package/scroll/index.windows.js.map +1 -0
- package/style.d.ts +1 -0
- package/style.js +377 -5
- package/style.js.map +1 -1
- package/text/index.windows.d.ts +13 -0
- package/text/index.windows.js +39 -0
- package/text/index.windows.js.map +1 -0
- package/text-node/index.windows.d.ts +14 -0
- package/text-node/index.windows.js +42 -0
- package/text-node/index.windows.js.map +1 -0
- package/textarea/index.windows.d.ts +15 -0
- package/textarea/index.windows.js +63 -0
- package/textarea/index.windows.js.map +1 -0
- package/tree/index.windows.d.ts +36 -0
- package/tree/index.windows.js +68 -0
- package/tree/index.windows.js.map +1 -0
- package/utils/index.windows.d.ts +128 -0
- package/utils/index.windows.js +155 -0
- package/utils/index.windows.js.map +1 -0
- package/view/index.windows.d.ts +15 -0
- package/view/index.windows.js +52 -0
- package/view/index.windows.js.map +1 -0
- package/web.d.ts +2 -2
- package/web.js +2 -2
- package/web.js.map +1 -1
- package/windows-panel-helpers.d.ts +2 -0
- package/windows-panel-helpers.js +27 -0
- package/windows-panel-helpers.js.map +1 -0
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project>
|
|
3
|
+
<ItemGroup Condition="!Exists('$(MSBuildThisFileDirectory)x64\NativeScript.Mason.dll') and !Exists('$(MSBuildThisFileDirectory)arm64\NativeScript.Mason.dll')">
|
|
4
|
+
<PackageReference Include="NativeScript.Mason" Version="1.0.0-beta.71" />
|
|
5
|
+
</ItemGroup>
|
|
6
|
+
<ItemGroup>
|
|
7
|
+
<PackageReference Include="NativeScript.FontManager" Version="1.0.2" />
|
|
8
|
+
</ItemGroup>
|
|
9
|
+
</Project>
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project>
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<_NSMasonHasLocal>false</_NSMasonHasLocal>
|
|
5
|
+
<_NSMasonHasLocal Condition="Exists('$(MSBuildThisFileDirectory)x64\NativeScript.Mason.dll') or Exists('$(MSBuildThisFileDirectory)arm64\NativeScript.Mason.dll')">true</_NSMasonHasLocal>
|
|
6
|
+
</PropertyGroup>
|
|
7
|
+
|
|
8
|
+
<Target Name="CopyNativeScriptMason" AfterTargets="Build" Condition="'$(_NSMasonHasLocal)'=='true'">
|
|
9
|
+
<PropertyGroup>
|
|
10
|
+
<_NSMasonArchDir Condition="'$(Platform)'=='ARM64' or '$(Platform)'=='arm64'">$(MSBuildThisFileDirectory)arm64\</_NSMasonArchDir>
|
|
11
|
+
<_NSMasonArchDir Condition="'$(Platform)'=='x64' or '$(Platform)'=='x86_64'">$(MSBuildThisFileDirectory)x64\</_NSMasonArchDir>
|
|
12
|
+
<!-- Fallback to x64 when $(Platform) is unset/AnyCPU during evaluation. -->
|
|
13
|
+
<_NSMasonArchDir Condition="'$(_NSMasonArchDir)'==''">$(MSBuildThisFileDirectory)x64\</_NSMasonArchDir>
|
|
14
|
+
</PropertyGroup>
|
|
15
|
+
<ItemGroup>
|
|
16
|
+
<_NSMasonFiles Include="$(_NSMasonArchDir)NativeScript.Mason.dll" Condition="Exists('$(_NSMasonArchDir)NativeScript.Mason.dll')" />
|
|
17
|
+
<_NSMasonFiles Include="$(_NSMasonArchDir)NativeScript.Mason.winmd" Condition="Exists('$(_NSMasonArchDir)NativeScript.Mason.winmd')" />
|
|
18
|
+
</ItemGroup>
|
|
19
|
+
<Message Text="[@triniwiz/nativescript-masonkit] Copying NativeScript.Mason ($(Platform)) to $(OutDir)" Importance="normal" Condition="'@(_NSMasonFiles)' != ''" />
|
|
20
|
+
<Copy SourceFiles="@(_NSMasonFiles)"
|
|
21
|
+
DestinationFolder="$(OutDir)"
|
|
22
|
+
SkipUnchangedFiles="true"
|
|
23
|
+
Condition="'@(_NSMasonFiles)' != ''" />
|
|
24
|
+
</Target>
|
|
25
|
+
|
|
26
|
+
<ItemGroup>
|
|
27
|
+
<!-- Keep in sync with the activatable runtimeclasses exported by NativeScript.Mason.dll. -->
|
|
28
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Mason" />
|
|
29
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.MeasureOutput" />
|
|
30
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.View" />
|
|
31
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Text" />
|
|
32
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Image" />
|
|
33
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Button" />
|
|
34
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Br" />
|
|
35
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Li" />
|
|
36
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.List" />
|
|
37
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.TextNode" />
|
|
38
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.TextArea" />
|
|
39
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Input" />
|
|
40
|
+
<NSMasonActivatableClass Include="NativeScript.Mason.Css" />
|
|
41
|
+
</ItemGroup>
|
|
42
|
+
|
|
43
|
+
<Target Name="NSRegisterMasonActivatableClasses"
|
|
44
|
+
AfterTargets="ApplyManifestOverrides;MergeAppResourcesManifest"
|
|
45
|
+
BeforeTargets="Build"
|
|
46
|
+
Condition="'$(_NSMasonHasLocal)'=='true' and Exists('$(MSBuildProjectDirectory)\Package.appxmanifest')">
|
|
47
|
+
<Message Text="[@triniwiz/nativescript-masonkit] Registering NativeScript.Mason activatable classes in Package.appxmanifest" Importance="normal" />
|
|
48
|
+
<Exec Command="powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop'; $p='$(MSBuildProjectDirectory)\Package.appxmanifest'; if(-not (Test-Path $p)){exit 0}; $dll='NativeScript.Mason.dll'; $ids='@(NSMasonActivatableClass)'.Split(';'); [xml]$d=Get-Content -LiteralPath $p; $ns='http://schemas.microsoft.com/appx/manifest/foundation/windows10'; $m=New-Object System.Xml.XmlNamespaceManager($d.NameTable); $m.AddNamespace('a',$ns); $pkg=$d.DocumentElement; $ext=$pkg.SelectSingleNode('a:Extensions',$m); if(-not $ext){$ext=$d.CreateElement('Extensions',$ns);[void]$pkg.AppendChild($ext)}; $srv=$ext.SelectSingleNode('a:Extension[@Category=''windows.activatableClass.inProcessServer'']/a:InProcessServer[a:Path=''' + $dll + ''']',$m); if(-not $srv){$e=$d.CreateElement('Extension',$ns);$e.SetAttribute('Category','windows.activatableClass.inProcessServer');$srv=$d.CreateElement('InProcessServer',$ns);$pa=$d.CreateElement('Path',$ns);$pa.InnerText=$dll;[void]$srv.AppendChild($pa);[void]$e.AppendChild($srv);[void]$ext.AppendChild($e)}; $have=@($srv.SelectNodes('a:ActivatableClass',$m)|ForEach-Object{$_.GetAttribute('ActivatableClassId')}); $chg=$false; foreach($id in $ids){if($id -and ($have -notcontains $id)){$c=$d.CreateElement('ActivatableClass',$ns);$c.SetAttribute('ActivatableClassId',$id);$c.SetAttribute('ThreadingModel','both');[void]$srv.AppendChild($c);$chg=$true}}; if($chg){$d.Save($p)}"" />
|
|
49
|
+
</Target>
|
|
50
|
+
</Project>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ViewBase } from '../common';
|
|
2
|
+
import { Style } from '../style';
|
|
3
|
+
import { style_ } from '../symbols';
|
|
4
|
+
export declare class Scroll extends ViewBase {
|
|
5
|
+
[style_]: any;
|
|
6
|
+
private _scroller;
|
|
7
|
+
constructor();
|
|
8
|
+
get _view(): NativeScript.Mason.View;
|
|
9
|
+
get windows(): NativeScript.Mason.View;
|
|
10
|
+
get _styleHelper(): Style;
|
|
11
|
+
createNativeView(): any;
|
|
12
|
+
_addViewToNativeVisualTree(child: any, atIndex?: number): boolean;
|
|
13
|
+
_removeViewFromNativeVisualTree(child: any): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { CSSType } from '@nativescript/core';
|
|
2
|
+
import { ViewBase } from '../common';
|
|
3
|
+
import { Style } from '../style';
|
|
4
|
+
import { Tree } from '../tree';
|
|
5
|
+
import { isMasonView_, native_, style_ } from '../symbols';
|
|
6
|
+
import { appendNativeChild, removeNativeChild } from '../windows-panel-helpers';
|
|
7
|
+
let Scroll = class Scroll extends ViewBase {
|
|
8
|
+
constructor() {
|
|
9
|
+
super();
|
|
10
|
+
this[isMasonView_] = true;
|
|
11
|
+
}
|
|
12
|
+
get _view() {
|
|
13
|
+
if (!this[native_]) {
|
|
14
|
+
this[native_] = Tree.instance.createScrollView();
|
|
15
|
+
}
|
|
16
|
+
return this[native_];
|
|
17
|
+
}
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
get windows() {
|
|
20
|
+
return this._view;
|
|
21
|
+
}
|
|
22
|
+
get _styleHelper() {
|
|
23
|
+
if (this[style_] === undefined) {
|
|
24
|
+
this[style_] = Style.fromView(this, this._view);
|
|
25
|
+
}
|
|
26
|
+
return this[style_];
|
|
27
|
+
}
|
|
28
|
+
createNativeView() {
|
|
29
|
+
// ScrollViewer is the element in the parent's visual tree; the Mason content view is its Content.
|
|
30
|
+
this._scroller = new Microsoft.UI.Xaml.Controls.ScrollViewer();
|
|
31
|
+
// Vertical scroll only (matches the common `overflowY: 'scroll'`). Horizontal scrolling would
|
|
32
|
+
// hand the content an INFINITE available width, collapsing `1fr`/flex/percent widths to 0 (blank
|
|
33
|
+
// render). Disabling it constrains the content to the viewport width so Mason can resolve widths.
|
|
34
|
+
this._scroller.HorizontalScrollMode = Microsoft.UI.Xaml.Controls.ScrollMode.Disabled;
|
|
35
|
+
this._scroller.HorizontalScrollBarVisibility = Microsoft.UI.Xaml.Controls.ScrollBarVisibility.Disabled;
|
|
36
|
+
this._scroller.VerticalScrollMode = Microsoft.UI.Xaml.Controls.ScrollMode.Auto;
|
|
37
|
+
this._scroller.VerticalScrollBarVisibility = Microsoft.UI.Xaml.Controls.ScrollBarVisibility.Auto;
|
|
38
|
+
// Stretch the Mason content view to the full viewport width (default is Left = sized-to-content).
|
|
39
|
+
this._scroller.HorizontalContentAlignment = Microsoft.UI.Xaml.HorizontalAlignment.Stretch;
|
|
40
|
+
this._scroller.Content = this._view;
|
|
41
|
+
return this._scroller;
|
|
42
|
+
}
|
|
43
|
+
// Children go into the inner Mason content view, not the ScrollViewer.
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
_addViewToNativeVisualTree(child, atIndex = -1) {
|
|
46
|
+
super._addViewToNativeVisualTree(child, atIndex);
|
|
47
|
+
return appendNativeChild(this._view, child, atIndex);
|
|
48
|
+
}
|
|
49
|
+
// @ts-ignore
|
|
50
|
+
_removeViewFromNativeVisualTree(child) {
|
|
51
|
+
child[isMasonView_] = false;
|
|
52
|
+
child._isMasonChild = false;
|
|
53
|
+
removeNativeChild(this._view, child);
|
|
54
|
+
// @ts-ignore
|
|
55
|
+
super._removeViewFromNativeVisualTree(child);
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
Scroll = __decorate([
|
|
59
|
+
CSSType('Scroll'),
|
|
60
|
+
__metadata("design:paramtypes", [])
|
|
61
|
+
], Scroll);
|
|
62
|
+
export { Scroll };
|
|
63
|
+
//# sourceMappingURL=index.windows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.windows.js","sourceRoot":"","sources":["../../../../packages/nativescript-masonkit/scroll/index.windows.ts"],"names":[],"mappings":"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"}
|
package/style.d.ts
CHANGED