Garvish Panchal
98b83da243
docs: update DataSources examples to dataResolver format ( #6787 )
Component-level data-variable props moved into the dataResolver
object in #6495 , but the docs still showed the old flat shape,
which now fails silently (no render, no updates on record change).
Style and trait data variables keep the flat shape, so those
examples are left untouched.
3 weeks ago
Artur Arseniev
9eab886998
Add support for dynamic plugins ( #6768 )
* Setup new local plugin manager
* Clean up exports
* Cleanup tracking
* Cleanups
* Cleanup plugins doc
* Update findGlobalPluginId
* Update plugin docs
* Update plugin docs
* Add ComponentMatcher to find methods
* Update findType
* Update old plugin manager tests
* Up ignore files
* Up TS
2 months ago
Artur Arseniev
a33dec84c5
Add support for custom HTML code parsers ( #6767 )
* Initial setup for custom code parser
* Update ParserHtml
* Move methods
* Up
* Move utils
* Fix tests
* Up sanitize
* Up domToParsedNode
* Up fragment node
* Remove node cloning
* Convert ParserHtml to class
* Convert ParserCss to a class
* Update Custom CSS/HTML docs
* Always use isParsedNode if available
* Update API
* Update docs for isParserNode
3 months ago
Yogesh Verma
c00650861f
Fix incorrect link to storage module ( #6753 )
The components module contains an incorrect link to the storage module (storage instead of Storage).
3 months ago
Matt Murphy
292b7569ee
Fix typo in 'isComponent' reference ( #6727 )
4 months ago
griffinkelly
5a7c82870c
Update Contributing.md to add build step. ( #6466 )
* Update Contributing.md to add build step. Update Grapes Docs.
* Update for utm tracking
* Formatting
* Vary copy
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
1 year ago
Daniel Starns
7300f8c09f
feat: data source mutable ( #6176 )
* feat: data source mutable
* docs: add mutable not run api gen
* feat: add dangerously flag
2 years ago
Daniel Starns
baedf09900
feat: add DataSources to project json storage ( #6160 )
* feat: add DataSources project json storage
* refactor: flip to stroage by default with skipFromStorage
* refactor: change datasources storage to be an array
* docs: *
* refactor: remove custom load
* Allow to clear data sources
* Update serialization.ts
* Update tests
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
2 years ago
omahs
3dc8455c0b
docs: fix typos ( #6147 )
* fix typos
2 years ago
Navid Salehi
98575cfc1a
docs: fix documantation links ( #6140 )
2 years ago
Daniel Starns
9360241cc7
init: pnpm setup ( #6114 )
* init: pnpm setup
* ci: *
* lint*
* docs: *
* refactor: move docs to own pkg
* formatting
* refactor: remove turbo
* refactor: remove more turbo
* Update quality.yml
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
2 years ago
Daniel Starns
922118f5ac
refactor: init change to monorepo ( #6111 )
2 years ago
Daniel Starns
c9aec5cbe4
Feature/data sources ( #6018 )
2 years ago
Navid Salehi
5e2ba01049
docs: fix grammar error ( #6068 )
2 years ago
Daniel Starns
1b8ce38f10
development environment upgrades ( #6059 )
* init work to upgrade node and linting
* feat: add jest-environment-jsdom
* test: refactor remove unused before
* fix: add option chain for frame
* test: use correct jest spy
* skip jsdom broken tests
* config: *
* config: ignore dist in linting
* format: apply transformations
* remove repeated config
2 years ago
devDobby
6eac780b2f
Fix link in asset manager doc ( #5899 ) Closes #5898
Fix link with typescript version
2 years ago
chrisgarber
f889c8089b
Update Plugins.md ( #5859 )
fix typo
2 years ago
Max Dmitriev
fac9f562ee
Fix typo in I18n.md ( #5796 )
2 years ago
Artur Arseniev
c47ed84a0b
Update commands events
2 years ago
Artur Arseniev
ff4780296f
Up Traits doc
3 years ago
Artur Arseniev
e4f2f11f97
Add custom Traits example reference
3 years ago
Artur Arseniev
7850143575
Add traits api docs
3 years ago
Artur Arseniev
ee465e4204
Add runCommand to Trait
3 years ago
Artur Arseniev
76b9cde306
Add i18n section to Traits
3 years ago
Artur Arseniev
089c95cd9f
Up
3 years ago
Artur Arseniev
640af67d32
Up trait images
3 years ago
Artur Arseniev
264cf4ef6d
Prepare Customization section for trait
3 years ago
Artur Arseniev
918c4ba272
Move trait TS
3 years ago
Artur Arseniev
9210ad22ae
Up doc
3 years ago
Bryan Miller
c06ae898e2
Spelling fix in docs - Components.md ( #5488 )
3 years ago
Artur Arseniev
54c4d2a701
Up canvas spots link
3 years ago
Artur Arseniev
b5f69ef2b9
Up demo link
3 years ago
Artur Arseniev
96e6caeb92
Up demo
3 years ago
Artur Arseniev
ad78077def
Start spot customization section
3 years ago
Artur Arseniev
bae08d7df7
Describe built-in canvas spots
3 years ago
Artur Arseniev
a5e7975708
Start Canvas module doc
3 years ago
Abdelrhman Said
ca03f2ca85
[Docs] Update Broken Links for (Component Types, and Commands) ( #5196 )
update links
3 years ago
Artur Arseniev
a300214b4a
Update plugins doc
3 years ago
Artur Arseniev
0b914e3d87
Up
3 years ago
Artur Arseniev
ca9c664a0b
Clear
3 years ago
Artur Arseniev
0ddfb838e0
Up example
3 years ago
Artur Arseniev
de4d8e3f42
Up example ref
3 years ago
Artur Arseniev
030560db36
Update pages Customization
3 years ago
Artur Arseniev
2b35579435
Up pages events
3 years ago
Artur Arseniev
41ca05ec5a
Add Programmatic usage
3 years ago
Artur Arseniev
35ac517f23
Add Pages initialization doc
3 years ago
Artur Arseniev
a1a9e8bc25
Setup Pages doc
3 years ago
Artur Arseniev
eff8e20a49
Fix link in Assets doc
3 years ago
Himansh
35517d5119
Fix broken links in the docs ( #4963 )
* docs: Fix broken link of Storage
* docs: Fix broken link of Blocks
* docs: Fix broken link of Style-manager
* docs: Fix broken link of Commands
* docs: Fix broken link of Assets
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
3 years ago
Tim Gates
9068253c62
docs: Fix a few typos ( #4957 )
There are small typos in:
- docs/api/selector.md
- docs/api/storage_manager.md
- docs/modules/Blocks.md
- docs/modules/Components.md
- docs/modules/I18n.md
- docs/modules/Storage.md
- docs/modules/Traits.md
Fixes:
- Should read `argument` rather than `argumnet`.
- Should read `with` rather than `wiht`.
- Should read `redundant` rather than `redundent`.
- Should read `propagation` rather than `propogation`.
- Should read `performances` rather than `perfomances`.
- Should read `implementation` rather than `implemenation`.
- Should read `contributors` rather than `contributos`.
- Should read `attached` rather than `attacched`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
3 years ago