Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
19d366bc
Commit
19d366bc
authored
Apr 26, 2016
by
Alexey.Musinov
Committed by
Alexander.Trofimov
May 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mobile] сборка скриптов для таблиц
parent
1690a3cd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
488 additions
and
671 deletions
+488
-671
build/configs/webexcel.json
build/configs/webexcel.json
+12
-10
cell/native/common.js
cell/native/common.js
+473
-0
cell/native/native.js
cell/native/native.js
+3
-661
No files found.
build/configs/webexcel.json
View file @
19d366bc
...
...
@@ -175,21 +175,22 @@
"../common/Local/common.js"
,
"../cell/Local/api.js"
],
"mobile"
:
[
"mobile
_banners
"
:
[
"../../web-apps/vendor/xregexp/xregexp-all-min.js"
,
"../../web-apps/vendor/underscore/underscore-min.js"
,
"../cell/native/common.js"
,
"../common/Native/Wrappers/memory.js"
,
"../common/Native/jquery_native.js"
,
"../common/Native/Wrappers/memory.js"
,
"../cell/native/DrawingContext.js"
],
"mobile"
:
[
"../common/Native/Wrappers/TextMeasurerWrapper.js"
,
"../common/Native/Wrappers/DrawingStream.js"
,
"../cell/native/DrawingContext.js"
,
"../cell/native/Graphics.js"
,
"../cell/native/Overlay.js"
,
"../common/Native/Wrappers/ShapeDrawer.js"
,
"../cell/native/
DrawingDocument.js"
]
,
"mobile_banners"
:
[
"../cell/native/native.js"
"../cell/native/
Overlay.js"
,
"../cell/native/Graphics.js"
,
"../cell/native/DrawingDocument.js"
,
"../cell/native/native.js"
],
"exclude_mobile"
:
[
"../common/Overlay.js"
,
...
...
@@ -201,7 +202,8 @@
"../common/FontsFreeType/FontFile.js"
,
"../common/FontsFreeType/FontManager.js"
,
"../common/FontsFreeType/TextMeasurer.js"
,
"../cell/model/DrawingObjects/Graphics.js"
"../cell/model/DrawingObjects/Graphics.js"
,
"../cell/view/iscroll.js"
],
"dst"
:
"../cell/sdk-all.js"
,
"externs"
:
[
...
...
cell/native/common.js
0 → 100644
View file @
19d366bc
This diff is collapsed.
Click to expand it.
cell/native/native.js
View file @
19d366bc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment