neo.mjs 4.8.10 → 5.0.1
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/apps/ServiceWorker.mjs +4 -4
- package/apps/covid/Util.mjs +17 -19
- package/apps/covid/model/Country.mjs +2 -2
- package/apps/covid/model/HistoricalData.mjs +2 -2
- package/apps/covid/store/Countries.mjs +2 -2
- package/apps/covid/store/HistoricalData.mjs +2 -2
- package/apps/covid/view/AttributionComponent.mjs +2 -2
- package/apps/covid/view/FooterContainer.mjs +2 -2
- package/apps/covid/view/GalleryContainer.mjs +2 -2
- package/apps/covid/view/GalleryContainerController.mjs +2 -2
- package/apps/covid/view/HeaderContainer.mjs +2 -2
- package/apps/covid/view/HelixContainer.mjs +2 -2
- package/apps/covid/view/HelixContainerController.mjs +2 -2
- package/apps/covid/view/MainContainer.mjs +2 -2
- package/apps/covid/view/MainContainerController.mjs +2 -2
- package/apps/covid/view/MainContainerModel.mjs +2 -2
- package/apps/covid/view/TableContainer.mjs +2 -2
- package/apps/covid/view/TableContainerController.mjs +2 -2
- package/apps/covid/view/WorldMapComponent.mjs +2 -2
- package/apps/covid/view/WorldMapContainer.mjs +2 -2
- package/apps/covid/view/WorldMapContainerController.mjs +2 -2
- package/apps/covid/view/country/Gallery.mjs +2 -2
- package/apps/covid/view/country/Helix.mjs +2 -2
- package/apps/covid/view/country/HistoricalDataTable.mjs +2 -2
- package/apps/covid/view/country/LineChartComponent.mjs +2 -2
- package/apps/covid/view/country/Table.mjs +2 -2
- package/apps/covid/view/mapboxGl/Component.mjs +2 -2
- package/apps/covid/view/mapboxGl/Container.mjs +2 -2
- package/apps/covid/view/mapboxGl/ContainerController.mjs +2 -2
- package/apps/krausest/TableCollection.mjs +2 -2
- package/apps/krausest/view/MainComponent.mjs +2 -2
- package/apps/krausest/view/MainComponentController.mjs +2 -2
- package/apps/krausest/view/TableComponent.mjs +2 -2
- package/apps/realworld/api/Article.mjs +2 -2
- package/apps/realworld/api/Base.mjs +14 -16
- package/apps/realworld/api/Favorite.mjs +2 -2
- package/apps/realworld/api/Profile.mjs +2 -2
- package/apps/realworld/api/Tag.mjs +3 -3
- package/apps/realworld/api/User.mjs +3 -3
- package/apps/realworld/view/FooterComponent.mjs +2 -2
- package/apps/realworld/view/HeaderComponent.mjs +2 -2
- package/apps/realworld/view/HomeComponent.mjs +2 -2
- package/apps/realworld/view/MainContainer.mjs +2 -2
- package/apps/realworld/view/MainContainerController.mjs +2 -2
- package/apps/realworld/view/article/CommentComponent.mjs +2 -2
- package/apps/realworld/view/article/Component.mjs +2 -2
- package/apps/realworld/view/article/CreateCommentComponent.mjs +2 -2
- package/apps/realworld/view/article/CreateComponent.mjs +2 -2
- package/apps/realworld/view/article/PreviewComponent.mjs +2 -2
- package/apps/realworld/view/article/TagListComponent.mjs +8 -10
- package/apps/realworld/view/user/ProfileComponent.mjs +2 -2
- package/apps/realworld/view/user/SettingsComponent.mjs +2 -2
- package/apps/realworld/view/user/SignUpComponent.mjs +2 -2
- package/apps/realworld2/api/Article.mjs +2 -2
- package/apps/realworld2/api/Base.mjs +8 -10
- package/apps/realworld2/api/Favorite.mjs +2 -2
- package/apps/realworld2/api/Profile.mjs +2 -2
- package/apps/realworld2/api/Tag.mjs +3 -3
- package/apps/realworld2/api/User.mjs +3 -3
- package/apps/realworld2/model/ArticlePreview.mjs +2 -2
- package/apps/realworld2/store/ArticlePreviews.mjs +2 -2
- package/apps/realworld2/view/FooterComponent.mjs +2 -2
- package/apps/realworld2/view/HeaderToolbar.mjs +2 -2
- package/apps/realworld2/view/HeaderToolbarController.mjs +2 -2
- package/apps/realworld2/view/HomeContainer.mjs +2 -2
- package/apps/realworld2/view/MainContainer.mjs +2 -2
- package/apps/realworld2/view/MainContainerController.mjs +2 -2
- package/apps/realworld2/view/article/DetailsContainer.mjs +2 -2
- package/apps/realworld2/view/article/FormContainer.mjs +2 -2
- package/apps/realworld2/view/article/Gallery.mjs +2 -2
- package/apps/realworld2/view/article/GalleryContainer.mjs +2 -2
- package/apps/realworld2/view/article/Helix.mjs +2 -2
- package/apps/realworld2/view/article/HelixContainer.mjs +2 -2
- package/apps/realworld2/view/article/PreviewComponent.mjs +2 -2
- package/apps/realworld2/view/article/PreviewList.mjs +2 -2
- package/apps/realworld2/view/article/TagListComponent.mjs +8 -10
- package/apps/realworld2/view/user/LoginFormContainer.mjs +2 -2
- package/apps/realworld2/view/user/ProfileContainer.mjs +2 -2
- package/apps/realworld2/view/user/SettingsFormContainer.mjs +2 -2
- package/apps/sharedcovid/Util.mjs +17 -19
- package/apps/sharedcovid/model/Country.mjs +2 -2
- package/apps/sharedcovid/model/HistoricalData.mjs +2 -2
- package/apps/sharedcovid/store/Countries.mjs +2 -2
- package/apps/sharedcovid/store/HistoricalData.mjs +2 -2
- package/apps/sharedcovid/view/AttributionComponent.mjs +2 -2
- package/apps/sharedcovid/view/FooterContainer.mjs +2 -2
- package/apps/sharedcovid/view/GalleryContainer.mjs +2 -2
- package/apps/sharedcovid/view/GalleryContainerController.mjs +2 -2
- package/apps/sharedcovid/view/HeaderContainer.mjs +2 -2
- package/apps/sharedcovid/view/HelixContainer.mjs +2 -2
- package/apps/sharedcovid/view/HelixContainerController.mjs +2 -2
- package/apps/sharedcovid/view/MainContainer.mjs +2 -2
- package/apps/sharedcovid/view/MainContainerController.mjs +2 -2
- package/apps/sharedcovid/view/MainContainerModel.mjs +2 -2
- package/apps/sharedcovid/view/TableContainer.mjs +2 -2
- package/apps/sharedcovid/view/TableContainerController.mjs +2 -2
- package/apps/sharedcovid/view/WorldMapComponent.mjs +2 -2
- package/apps/sharedcovid/view/WorldMapContainer.mjs +2 -2
- package/apps/sharedcovid/view/WorldMapContainerController.mjs +2 -2
- package/apps/sharedcovid/view/country/Gallery.mjs +2 -2
- package/apps/sharedcovid/view/country/Helix.mjs +2 -2
- package/apps/sharedcovid/view/country/HistoricalDataTable.mjs +2 -2
- package/apps/sharedcovid/view/country/LineChartComponent.mjs +2 -2
- package/apps/sharedcovid/view/country/Table.mjs +2 -2
- package/apps/sharedcovid/view/mapboxGl/Component.mjs +2 -2
- package/apps/sharedcovid/view/mapboxGl/Container.mjs +2 -2
- package/apps/sharedcovid/view/mapboxGl/ContainerController.mjs +2 -2
- package/apps/sharedcovidchart/MainContainer.mjs +2 -2
- package/apps/sharedcovidgallery/MainContainer.mjs +2 -2
- package/apps/sharedcovidhelix/MainContainer.mjs +2 -2
- package/apps/sharedcovidmap/MainContainer.mjs +2 -2
- package/apps/shareddialog/view/DemoDialog.mjs +2 -2
- package/apps/shareddialog/view/MainContainer.mjs +2 -2
- package/apps/shareddialog/view/MainContainerController.mjs +2 -2
- package/apps/shareddialog2/view/MainContainer.mjs +2 -2
- package/apps/shareddialog2/view/MainContainerController.mjs +2 -2
- package/apps/website/data/blog.json +15 -2
- package/apps/website/model/BlogPost.mjs +2 -2
- package/apps/website/model/Example.mjs +2 -2
- package/apps/website/store/BlogPosts.mjs +2 -2
- package/apps/website/store/Examples.mjs +2 -2
- package/apps/website/view/HeaderContainer.mjs +2 -2
- package/apps/website/view/MainContainer.mjs +2 -2
- package/apps/website/view/MainContainerController.mjs +2 -2
- package/apps/website/view/blog/Container.mjs +2 -2
- package/apps/website/view/blog/List.mjs +9 -11
- package/apps/website/view/examples/List.mjs +9 -11
- package/apps/website/view/examples/TabContainer.mjs +2 -2
- package/apps/website/view/home/DeveloperIntroComponent.mjs +2 -2
- package/apps/website/view/home/ExecutiveIntroComponent.mjs +2 -2
- package/apps/website/view/home/TabContainer.mjs +2 -2
- package/buildScripts/addConfig.mjs +2 -2
- package/buildScripts/createApp.mjs +2 -2
- package/buildScripts/createClass.mjs +4 -4
- package/docs/app/model/Api.mjs +2 -2
- package/docs/app/model/Example.mjs +2 -2
- package/docs/app/model/Tutorial.mjs +2 -2
- package/docs/app/store/Api.mjs +2 -2
- package/docs/app/store/Examples.mjs +2 -2
- package/docs/app/store/Tutorials.mjs +2 -2
- package/docs/app/view/ApiTreeList.mjs +2 -2
- package/docs/app/view/ContentTabContainer.mjs +2 -2
- package/docs/app/view/ExamplesTreeList.mjs +2 -2
- package/docs/app/view/HeaderContainer.mjs +2 -2
- package/docs/app/view/MainContainer.mjs +2 -2
- package/docs/app/view/MainContainerController.mjs +2 -2
- package/docs/app/view/TutorialsTreeList.mjs +2 -2
- package/docs/app/view/classdetails/HeaderComponent.mjs +2 -2
- package/docs/app/view/classdetails/HierarchyTreeList.mjs +2 -2
- package/docs/app/view/classdetails/MainContainer.mjs +2 -2
- package/docs/app/view/classdetails/MainContainerController.mjs +2 -2
- package/docs/app/view/classdetails/MembersList.mjs +2 -2
- package/docs/app/view/classdetails/SourceViewComponent.mjs +2 -2
- package/docs/app/view/classdetails/TutorialComponent.mjs +2 -2
- package/examples/ConfigurationViewport.mjs +2 -2
- package/examples/ServiceWorker.mjs +4 -4
- package/examples/button/base/MainContainer.mjs +2 -2
- package/examples/button/split/MainContainer.mjs +2 -2
- package/examples/calendar/basic/MainContainer.mjs +2 -2
- package/examples/calendar/basic/MainContainerController.mjs +2 -2
- package/examples/calendar/weekview/MainContainer.mjs +2 -2
- package/examples/charts/MainContainer.mjs +2 -2
- package/examples/component/canvas/MainContainer.mjs +2 -2
- package/examples/component/carousel/MainContainer.mjs +2 -2
- package/examples/component/chip/MainContainer.mjs +2 -2
- package/examples/component/circle/MainContainer.mjs +2 -2
- package/examples/component/clock/MainContainer.mjs +2 -2
- package/examples/component/coronaGallery/CountryGallery.mjs +9 -11
- package/examples/component/coronaGallery/CountryModel.mjs +2 -2
- package/examples/component/coronaGallery/CountryStore.mjs +2 -2
- package/examples/component/coronaGallery/MainContainer.mjs +2 -2
- package/examples/component/coronaHelix/CountryHelix.mjs +9 -11
- package/examples/component/coronaHelix/CountryModel.mjs +2 -2
- package/examples/component/coronaHelix/CountryStore.mjs +2 -2
- package/examples/component/coronaHelix/MainContainer.mjs +2 -2
- package/examples/component/dateSelector/MainContainer.mjs +2 -2
- package/examples/component/gallery/ImageModel.mjs +2 -2
- package/examples/component/gallery/ImageStore.mjs +2 -2
- package/examples/component/gallery/MainContainer.mjs +2 -2
- package/examples/component/helix/ImageModel.mjs +2 -2
- package/examples/component/helix/ImageStore.mjs +2 -2
- package/examples/component/helix/MainContainer.mjs +2 -2
- package/examples/component/mwc/button/MainContainer.mjs +2 -2
- package/examples/component/mwc/buttons/MainContainer.mjs +2 -2
- package/examples/component/mwc/textField/MainContainer.mjs +2 -2
- package/examples/component/mwc/textFields/MainContainer.mjs +2 -2
- package/examples/component/splitter/MainContainer.mjs +2 -2
- package/examples/component/toast/MainContainer.mjs +2 -2
- package/examples/component/toast/MainContainerController.mjs +2 -2
- package/examples/component/wrapper/cesiumJS/MainContainer.mjs +2 -2
- package/examples/component/wrapper/cesiumJS/MainContainerController.mjs +2 -2
- package/examples/component/wrapper/googleMaps/MainContainer.mjs +2 -2
- package/examples/component/wrapper/googleMaps/MainContainerController.mjs +2 -2
- package/examples/component/wrapper/googleMaps/MapComponent.mjs +2 -2
- package/examples/component/wrapper/googleMaps/MarkerDialog.mjs +2 -2
- package/examples/container/MainContainer.mjs +2 -2
- package/examples/core/config/MainContainer.mjs +2 -2
- package/examples/dashboard/MainContainer.mjs +2 -2
- package/examples/dialog/DemoDialog.mjs +2 -2
- package/examples/dialog/MainContainer.mjs +2 -2
- package/examples/fields/MainContainer.mjs +2 -2
- package/examples/form/field/checkbox/MainContainer.mjs +2 -2
- package/examples/form/field/chip/MainContainer.mjs +2 -2
- package/examples/form/field/chip/MainModel.mjs +2 -2
- package/examples/form/field/chip/MainStore.mjs +2 -2
- package/examples/form/field/color/MainContainer.mjs +2 -2
- package/examples/form/field/color/MainModel.mjs +2 -2
- package/examples/form/field/color/MainStore.mjs +2 -2
- package/examples/form/field/date/MainContainer.mjs +2 -2
- package/examples/form/field/email/MainContainer.mjs +2 -2
- package/examples/form/field/number/MainContainer.mjs +2 -2
- package/examples/form/field/picker/MainContainer.mjs +2 -2
- package/examples/form/field/radio/MainContainer.mjs +2 -2
- package/examples/form/field/select/MainContainer.mjs +2 -2
- package/examples/form/field/select/MainModel.mjs +2 -2
- package/examples/form/field/select/MainStore.mjs +2 -2
- package/examples/form/field/text/MainContainer.mjs +2 -2
- package/examples/form/field/textarea/MainContainer.mjs +2 -2
- package/examples/form/field/time/MainContainer.mjs +2 -2
- package/examples/form/field/trigger/copyToClipboard/MainContainer.mjs +2 -2
- package/examples/form/field/url/MainContainer.mjs +2 -2
- package/examples/form/fieldset/MainContainer.mjs +2 -2
- package/examples/grid/container/MainContainer.mjs +2 -2
- package/examples/grid/container/MainModel.mjs +2 -2
- package/examples/grid/container/MainStore.mjs +2 -2
- package/examples/grid/covid/GridContainer.mjs +2 -2
- package/examples/grid/covid/GridContainerController.mjs +2 -2
- package/examples/grid/covid/MainContainer.mjs +2 -2
- package/examples/grid/covid/Model.mjs +2 -2
- package/examples/grid/covid/Store.mjs +2 -2
- package/examples/grid/covid/Util.mjs +17 -19
- package/examples/list/animate/List.mjs +2 -2
- package/examples/list/animate/MainContainer.mjs +2 -2
- package/examples/list/animate/MainContainerController.mjs +2 -2
- package/examples/list/animate/MainModel.mjs +2 -2
- package/examples/list/animate/MainStore.mjs +2 -2
- package/examples/list/base/MainContainer.mjs +2 -2
- package/examples/list/base/MainModel.mjs +2 -2
- package/examples/list/base/MainStore.mjs +2 -2
- package/examples/list/chip/MainContainer.mjs +2 -2
- package/examples/list/chip/MainModel.mjs +2 -2
- package/examples/list/chip/MainStore.mjs +2 -2
- package/examples/list/circle/MainContainer.mjs +2 -2
- package/examples/list/circle/MainModel.mjs +2 -2
- package/examples/list/circle/MainStore.mjs +2 -2
- package/examples/list/color/MainContainer.mjs +2 -2
- package/examples/list/color/MainModel.mjs +2 -2
- package/examples/list/color/MainStore.mjs +2 -2
- package/examples/menu/list/MainContainer.mjs +2 -2
- package/examples/menu/list/MainStore.mjs +2 -2
- package/examples/menu/panel/MainContainer.mjs +2 -2
- package/examples/model/advanced/MainContainer.mjs +2 -2
- package/examples/model/advanced/MainContainerController.mjs +2 -2
- package/examples/model/dialog/EditUserDialog.mjs +2 -2
- package/examples/model/dialog/EditUserDialogController.mjs +2 -2
- package/examples/model/dialog/MainContainer.mjs +2 -2
- package/examples/model/dialog/MainContainerController.mjs +2 -2
- package/examples/model/extendedClass/MainContainer.mjs +2 -2
- package/examples/model/extendedClass/MainContainerController.mjs +2 -2
- package/examples/model/extendedClass/MainContainerModel.mjs +2 -2
- package/examples/model/inline/MainContainer.mjs +2 -2
- package/examples/model/inline/MainContainerController.mjs +2 -2
- package/examples/model/inlineNoModel/MainContainer.mjs +2 -2
- package/examples/model/inlineNoModel/MainContainerController.mjs +2 -2
- package/examples/model/multiWindow/EditUserDialog.mjs +2 -2
- package/examples/model/multiWindow/EditUserDialogController.mjs +2 -2
- package/examples/model/multiWindow/MainContainer.mjs +2 -2
- package/examples/model/multiWindow/MainContainerController.mjs +2 -2
- package/examples/model/multiWindow/Viewport.mjs +2 -2
- package/examples/model/multiWindow/ViewportController.mjs +2 -2
- package/examples/model/multiWindow2/Viewport.mjs +2 -2
- package/examples/model/nestedData/MainContainer.mjs +2 -2
- package/examples/model/nestedData/MainContainerController.mjs +2 -2
- package/examples/model/table/MainContainer.mjs +2 -2
- package/examples/model/table/MainContainerModel.mjs +2 -2
- package/examples/model/table/MainModel.mjs +2 -2
- package/examples/model/table/MainStore.mjs +2 -2
- package/examples/panel/MainContainer.mjs +2 -2
- package/examples/panel/MainContainerController.mjs +2 -2
- package/examples/preloadingAssets/view/MainContainer.mjs +2 -2
- package/examples/preloadingAssets/view/MainContainerController.mjs +2 -2
- package/examples/remotesApi/basic/MainContainer.mjs +2 -2
- package/examples/remotesApi/basic/MainContainerController.mjs +2 -2
- package/examples/sitemap/MainContainer.mjs +2 -2
- package/examples/tab/container/MainContainer.mjs +2 -2
- package/examples/table/container/MainContainer.mjs +2 -2
- package/examples/table/container/MainModel.mjs +2 -2
- package/examples/table/container/MainStore.mjs +2 -2
- package/examples/table/covid/MainContainer.mjs +2 -2
- package/examples/table/covid/Model.mjs +2 -2
- package/examples/table/covid/Store.mjs +2 -2
- package/examples/table/covid/TableContainer.mjs +2 -2
- package/examples/table/covid/TableContainerController.mjs +2 -2
- package/examples/table/covid/Util.mjs +17 -19
- package/examples/tableFiltering/MainContainer.mjs +2 -2
- package/examples/tableFiltering/MainModel.mjs +2 -2
- package/examples/tableFiltering/MainStore.mjs +2 -2
- package/examples/tablePerformance/MainContainer.mjs +2 -2
- package/examples/tablePerformance/MainContainer2.mjs +2 -2
- package/examples/tablePerformance/MainContainer3.mjs +2 -2
- package/examples/tablePerformance/Viewport.mjs +2 -2
- package/examples/tableStore/MainContainer.mjs +2 -2
- package/examples/tableStore/MainModel.mjs +2 -2
- package/examples/tableStore/MainStore.mjs +2 -2
- package/examples/tabs/MainContainer.mjs +2 -2
- package/examples/tabs/MainContainer2.mjs +2 -2
- package/examples/todoList/version1/MainComponent.mjs +2 -2
- package/examples/todoList/version2/MainContainer.mjs +2 -2
- package/examples/todoList/version2/TodoList.mjs +2 -2
- package/examples/todoList/version2/TodoListModel.mjs +2 -2
- package/examples/todoList/version2/TodoListStore.mjs +2 -2
- package/examples/toolbar/breadcrumb/view/MainContainer.mjs +2 -2
- package/examples/toolbar/paging/model/User.mjs +2 -2
- package/examples/toolbar/paging/store/Users.mjs +2 -2
- package/examples/toolbar/paging/view/AddUserDialog.mjs +2 -2
- package/examples/toolbar/paging/view/MainContainer.mjs +2 -2
- package/examples/toolbar/paging/view/MainContainerController.mjs +2 -2
- package/examples/toolbar/paging/view/MainContainerModel.mjs +2 -2
- package/examples/toolbar/paging/view/UserTableContainer.mjs +2 -2
- package/examples/tree/MainContainer.mjs +2 -2
- package/examples/viewport/MainContainer.mjs +2 -2
- package/package.json +1 -1
- package/src/DefaultConfig.mjs +2 -2
- package/src/Fetch.mjs +2 -2
- package/src/Main.mjs +8 -10
- package/src/Neo.mjs +13 -21
- package/src/Xhr.mjs +2 -2
- package/src/button/Base.mjs +16 -18
- package/src/button/Menu.mjs +2 -2
- package/src/button/Split.mjs +2 -2
- package/src/calendar/model/Calendar.mjs +2 -2
- package/src/calendar/model/Color.mjs +2 -2
- package/src/calendar/model/Event.mjs +2 -2
- package/src/calendar/store/Calendars.mjs +2 -2
- package/src/calendar/store/Colors.mjs +2 -2
- package/src/calendar/store/Events.mjs +2 -2
- package/src/calendar/view/DayComponent.mjs +2 -2
- package/src/calendar/view/EditEventContainer.mjs +2 -2
- package/src/calendar/view/MainContainer.mjs +8 -10
- package/src/calendar/view/MainContainerModel.mjs +2 -2
- package/src/calendar/view/SettingsContainer.mjs +2 -2
- package/src/calendar/view/YearComponent.mjs +2 -2
- package/src/calendar/view/calendars/ColorsList.mjs +2 -2
- package/src/calendar/view/calendars/Container.mjs +2 -2
- package/src/calendar/view/calendars/EditContainer.mjs +2 -2
- package/src/calendar/view/calendars/List.mjs +2 -2
- package/src/calendar/view/month/Component.mjs +2 -2
- package/src/calendar/view/settings/GeneralContainer.mjs +2 -2
- package/src/calendar/view/settings/MonthContainer.mjs +2 -2
- package/src/calendar/view/settings/WeekContainer.mjs +2 -2
- package/src/calendar/view/settings/YearContainer.mjs +2 -2
- package/src/calendar/view/week/Component.mjs +9 -11
- package/src/calendar/view/week/EventDragZone.mjs +2 -2
- package/src/calendar/view/week/TimeAxisComponent.mjs +9 -11
- package/src/calendar/view/week/plugin/DragDrop.mjs +2 -2
- package/src/calendar/view/week/plugin/EventResizable.mjs +2 -2
- package/src/collection/Base.mjs +8 -10
- package/src/collection/Filter.mjs +16 -18
- package/src/collection/Sorter.mjs +8 -10
- package/src/component/Base.mjs +15 -17
- package/src/component/BoxLabel.mjs +2 -2
- package/src/component/Canvas.mjs +2 -2
- package/src/component/Carousel.mjs +2 -2
- package/src/component/Chip.mjs +2 -2
- package/src/component/Circle.mjs +2 -2
- package/src/component/Clock.mjs +2 -2
- package/src/component/DateSelector.mjs +2 -2
- package/src/component/Gallery.mjs +2 -2
- package/src/component/Helix.mjs +2 -2
- package/src/component/Iframe.mjs +2 -2
- package/src/component/Label.mjs +2 -2
- package/src/component/Legend.mjs +2 -2
- package/src/component/Splitter.mjs +16 -18
- package/src/component/Toast.mjs +15 -17
- package/src/component/mwc/Button.mjs +2 -2
- package/src/component/mwc/TextField.mjs +2 -2
- package/src/component/wrapper/AmChart.mjs +2 -2
- package/src/component/wrapper/CesiumJS.mjs +2 -2
- package/src/component/wrapper/GoogleMaps.mjs +2 -2
- package/src/component/wrapper/MapboxGL.mjs +2 -2
- package/src/container/Base.mjs +2 -2
- package/src/container/Panel.mjs +2 -2
- package/src/container/Viewport.mjs +2 -2
- package/src/controller/Application.mjs +8 -9
- package/src/controller/Base.mjs +2 -2
- package/src/controller/Component.mjs +2 -2
- package/src/core/Base.mjs +17 -20
- package/src/core/Compare.mjs +2 -2
- package/src/core/IdGenerator.mjs +10 -12
- package/src/core/Observable.mjs +5 -3
- package/src/core/Util.mjs +10 -12
- package/src/dashboard/Container.mjs +2 -2
- package/src/data/Model.mjs +2 -2
- package/src/data/RecordFactory.mjs +2 -2
- package/src/data/Store.mjs +8 -10
- package/src/data/connection/Fetch.mjs +2 -2
- package/src/data/connection/WebSocket.mjs +8 -11
- package/src/data/connection/Xhr.mjs +3 -3
- package/src/data/field/Field.mjs +2 -2
- package/src/data/field/Float.mjs +2 -2
- package/src/data/field/Integer.mjs +2 -2
- package/src/data/field/String.mjs +2 -2
- package/src/dialog/Base.mjs +9 -11
- package/src/dialog/header/Toolbar.mjs +2 -2
- package/src/draggable/DragProxyComponent.mjs +2 -2
- package/src/draggable/DragZone.mjs +8 -10
- package/src/draggable/DropZone.mjs +2 -2
- package/src/draggable/list/DragZone.mjs +2 -2
- package/src/draggable/list/SortZone.mjs +2 -2
- package/src/draggable/tab/header/toolbar/SortZone.mjs +2 -2
- package/src/draggable/toolbar/DragZone.mjs +2 -2
- package/src/draggable/toolbar/SortZone.mjs +2 -2
- package/src/draggable/tree/DragZone.mjs +2 -2
- package/src/draggable/tree/SortZone.mjs +2 -2
- package/src/filter/BooleanContainer.mjs +2 -2
- package/src/filter/DateContainer.mjs +2 -2
- package/src/filter/NumberContainer.mjs +2 -2
- package/src/filter/ToggleOperatorsButton.mjs +2 -2
- package/src/form/Container.mjs +2 -2
- package/src/form/Fieldset.mjs +2 -2
- package/src/form/field/Base.mjs +2 -2
- package/src/form/field/CheckBox.mjs +9 -11
- package/src/form/field/Chip.mjs +2 -2
- package/src/form/field/Color.mjs +2 -2
- package/src/form/field/Date.mjs +2 -2
- package/src/form/field/Display.mjs +2 -2
- package/src/form/field/Email.mjs +2 -2
- package/src/form/field/Number.mjs +9 -11
- package/src/form/field/Password.mjs +2 -2
- package/src/form/field/Picker.mjs +2 -2
- package/src/form/field/Radio.mjs +2 -2
- package/src/form/field/Range.mjs +2 -2
- package/src/form/field/Search.mjs +2 -2
- package/src/form/field/Select.mjs +9 -11
- package/src/form/field/Text.mjs +16 -18
- package/src/form/field/TextArea.mjs +9 -11
- package/src/form/field/Time.mjs +2 -2
- package/src/form/field/Url.mjs +2 -2
- package/src/form/field/trigger/Base.mjs +9 -11
- package/src/form/field/trigger/Clear.mjs +2 -2
- package/src/form/field/trigger/CopyToClipboard.mjs +2 -2
- package/src/form/field/trigger/Date.mjs +2 -2
- package/src/form/field/trigger/Picker.mjs +2 -2
- package/src/form/field/trigger/SpinDown.mjs +2 -2
- package/src/form/field/trigger/SpinUp.mjs +2 -2
- package/src/form/field/trigger/SpinUpDown.mjs +2 -2
- package/src/form/field/trigger/Time.mjs +2 -2
- package/src/grid/Container.mjs +2 -2
- package/src/grid/View.mjs +2 -2
- package/src/grid/header/Button.mjs +9 -11
- package/src/grid/header/Toolbar.mjs +2 -2
- package/src/layout/Base.mjs +2 -2
- package/src/layout/Card.mjs +22 -24
- package/src/layout/Fit.mjs +2 -2
- package/src/layout/Flexbox.mjs +30 -32
- package/src/layout/Grid.mjs +2 -2
- package/src/layout/HBox.mjs +2 -2
- package/src/layout/VBox.mjs +2 -2
- package/src/list/Base.mjs +2 -2
- package/src/list/Chip.mjs +2 -2
- package/src/list/Circle.mjs +2 -2
- package/src/list/Color.mjs +2 -2
- package/src/list/Component.mjs +2 -2
- package/src/list/plugin/Animate.mjs +9 -11
- package/src/main/DomAccess.mjs +2 -2
- package/src/main/DomEvents.mjs +8 -10
- package/src/main/addon/AmCharts.mjs +2 -2
- package/src/main/addon/AnalyticsByGoogle.mjs +2 -2
- package/src/main/addon/CesiumJS.mjs +2 -2
- package/src/main/addon/CloneNode.mjs +2 -2
- package/src/main/addon/Cookie.mjs +2 -2
- package/src/main/addon/DragDrop.mjs +2 -2
- package/src/main/addon/GoogleMaps.mjs +2 -2
- package/src/main/addon/HighlightJS.mjs +2 -2
- package/src/main/addon/LocalStorage.mjs +2 -2
- package/src/main/addon/MapboxGL.mjs +2 -2
- package/src/main/addon/Markdown.mjs +2 -2
- package/src/main/addon/Mwc.mjs +2 -2
- package/src/main/addon/ServiceWorker.mjs +2 -2
- package/src/main/addon/Siesta.mjs +2 -2
- package/src/main/addon/Stylesheet.mjs +2 -2
- package/src/main/addon/WebComponent.mjs +2 -2
- package/src/main/addon/WindowPosition.mjs +2 -2
- package/src/main/draggable/sensor/Base.mjs +2 -2
- package/src/main/draggable/sensor/Mouse.mjs +2 -2
- package/src/main/draggable/sensor/Touch.mjs +2 -2
- package/src/main/mixin/DeltaUpdates.mjs +2 -2
- package/src/main/mixin/TouchDomEvents.mjs +2 -2
- package/src/manager/Base.mjs +2 -2
- package/src/manager/Component.mjs +2 -2
- package/src/manager/DomEvent.mjs +2 -2
- package/src/manager/Focus.mjs +2 -2
- package/src/manager/Instance.mjs +2 -2
- package/src/manager/Store.mjs +2 -2
- package/src/manager/Task.mjs +2 -2
- package/src/manager/Toast.mjs +2 -2
- package/src/manager/rpc/Api.mjs +2 -2
- package/src/manager/rpc/Message.mjs +2 -2
- package/src/menu/List.mjs +2 -2
- package/src/menu/Model.mjs +2 -2
- package/src/menu/Panel.mjs +2 -2
- package/src/menu/Store.mjs +2 -2
- package/src/model/Component.mjs +8 -10
- package/src/plugin/Base.mjs +2 -2
- package/src/plugin/Resizable.mjs +29 -31
- package/src/remotes/Api.mjs +2 -2
- package/src/selection/CircleModel.mjs +2 -2
- package/src/selection/DateSelectorModel.mjs +2 -2
- package/src/selection/GalleryModel.mjs +2 -2
- package/src/selection/HelixModel.mjs +2 -2
- package/src/selection/ListModel.mjs +2 -2
- package/src/selection/Model.mjs +13 -17
- package/src/selection/grid/CellColumnModel.mjs +2 -2
- package/src/selection/grid/CellColumnRowModel.mjs +2 -2
- package/src/selection/grid/CellModel.mjs +2 -2
- package/src/selection/grid/CellRowModel.mjs +2 -2
- package/src/selection/grid/ColumnModel.mjs +2 -2
- package/src/selection/grid/RowModel.mjs +2 -2
- package/src/selection/menu/ListModel.mjs +2 -2
- package/src/selection/table/CellColumnModel.mjs +2 -2
- package/src/selection/table/CellColumnRowModel.mjs +2 -2
- package/src/selection/table/CellModel.mjs +2 -2
- package/src/selection/table/CellRowModel.mjs +2 -2
- package/src/selection/table/ColumnModel.mjs +2 -2
- package/src/selection/table/RowModel.mjs +2 -2
- package/src/sitemap/Component.mjs +9 -11
- package/src/sitemap/Model.mjs +2 -2
- package/src/sitemap/Store.mjs +2 -2
- package/src/tab/Container.mjs +9 -11
- package/src/tab/Strip.mjs +2 -2
- package/src/tab/header/Button.mjs +2 -2
- package/src/tab/header/Toolbar.mjs +2 -2
- package/src/table/Container.mjs +2 -2
- package/src/table/View.mjs +2 -2
- package/src/table/header/Button.mjs +9 -11
- package/src/table/header/Toolbar.mjs +2 -2
- package/src/toolbar/Base.mjs +8 -10
- package/src/toolbar/Breadcrumb.mjs +2 -2
- package/src/toolbar/Paging.mjs +2 -2
- package/src/tooltip/Base.mjs +2 -2
- package/src/tree/List.mjs +2 -2
- package/src/util/Array.mjs +2 -2
- package/src/util/ClassSystem.mjs +2 -2
- package/src/util/Css.mjs +2 -2
- package/src/util/Date.mjs +2 -2
- package/src/util/Function.mjs +2 -2
- package/src/util/HashHistory.mjs +8 -10
- package/src/util/KeyNavigation.mjs +2 -2
- package/src/util/Logger.mjs +2 -2
- package/src/util/Matrix.mjs +2 -2
- package/src/util/Rectangle.mjs +2 -2
- package/src/util/Style.mjs +2 -2
- package/src/util/VDom.mjs +2 -2
- package/src/util/VNode.mjs +2 -2
- package/src/vdom/Helper.mjs +2 -2
- package/src/worker/App.mjs +2 -2
- package/src/worker/Base.mjs +2 -2
- package/src/worker/Canvas.mjs +2 -2
- package/src/worker/Data.mjs +2 -2
- package/src/worker/Manager.mjs +2 -2
- package/src/worker/ServiceBase.mjs +2 -2
- package/src/worker/VDom.mjs +2 -2
- package/src/worker/mixin/RemoteMethodAccess.mjs +2 -2
- package/test/siesta/tests/ClassConfigsAndFields.mjs +4 -4
- package/test/siesta/tests/ClassSystem.mjs +2 -2
@@ -316,7 +316,7 @@ if (programOpts.info) {
|
|
316
316
|
codeLine, existingConfigName, j, nextLine;
|
317
317
|
|
318
318
|
for (; i < len; i++) {
|
319
|
-
if (contentArray[i].includes('static
|
319
|
+
if (contentArray[i].includes('static config')) {
|
320
320
|
break;
|
321
321
|
}
|
322
322
|
}
|
@@ -324,7 +324,7 @@ if (programOpts.info) {
|
|
324
324
|
for (; i < len; i++) {
|
325
325
|
codeLine = contentArray[i];
|
326
326
|
|
327
|
-
if (codeLine.includes('}
|
327
|
+
if (codeLine.includes(' }')) {
|
328
328
|
addComma(contentArray, i - 1);
|
329
329
|
addConfig({
|
330
330
|
configName,
|
@@ -220,7 +220,7 @@ if (programOpts.info) {
|
|
220
220
|
" * @extends Neo.container.Viewport",
|
221
221
|
" */",
|
222
222
|
"class MainContainer extends Viewport {",
|
223
|
-
" static
|
223
|
+
" static config = {",
|
224
224
|
" /**",
|
225
225
|
" * @member {String} className='" + appName + ".view.MainContainer'",
|
226
226
|
" * @protected",
|
@@ -263,7 +263,7 @@ if (programOpts.info) {
|
|
263
263
|
" * @member {Object} layout={ntype:'fit'}",
|
264
264
|
" */",
|
265
265
|
" layout: {ntype: 'fit'}",
|
266
|
-
" }
|
266
|
+
" }",
|
267
267
|
"}",
|
268
268
|
"",
|
269
269
|
"Neo.applyClassConfig(MainContainer);",
|
@@ -366,7 +366,7 @@ if (programOpts.info) {
|
|
366
366
|
|
367
367
|
// find the starting point
|
368
368
|
for (; i < len; i++) {
|
369
|
-
if (content[i].includes('static
|
369
|
+
if (content[i].includes('static config')) {
|
370
370
|
break;
|
371
371
|
}
|
372
372
|
}
|
@@ -374,7 +374,7 @@ if (programOpts.info) {
|
|
374
374
|
for (; i < len; i++) {
|
375
375
|
codeLine = content[i];
|
376
376
|
|
377
|
-
if (codeLine.includes('}
|
377
|
+
if (codeLine.includes(' }')) {
|
378
378
|
addComma(content, i - 1);
|
379
379
|
addConfig({
|
380
380
|
baseType,
|
@@ -576,7 +576,7 @@ if (programOpts.info) {
|
|
576
576
|
classContent.push(
|
577
577
|
" */",
|
578
578
|
`class ${file} extends ${baseFileName} {`,
|
579
|
-
" static
|
579
|
+
" static config = {",
|
580
580
|
" /**",
|
581
581
|
` * @member {String} className='${className}'`,
|
582
582
|
" * @protected",
|
@@ -673,7 +673,7 @@ if (programOpts.info) {
|
|
673
673
|
);
|
674
674
|
|
675
675
|
classContent.push(
|
676
|
-
" }
|
676
|
+
" }",
|
677
677
|
"}",
|
678
678
|
"",
|
679
679
|
`Neo.applyClassConfig(${file});`,
|
package/docs/app/model/Api.mjs
CHANGED
@@ -5,7 +5,7 @@ import Model from '../../../src/data/Model.mjs';
|
|
5
5
|
* @extends Neo.data.Model
|
6
6
|
*/
|
7
7
|
class Api extends Model {
|
8
|
-
static
|
8
|
+
static config = {
|
9
9
|
/**
|
10
10
|
* @member {String} className='Docs.app.model.Api'
|
11
11
|
* @protected
|
@@ -42,7 +42,7 @@ class Api extends Model {
|
|
42
42
|
name: 'srcPath',
|
43
43
|
type: 'String'
|
44
44
|
}]
|
45
|
-
}
|
45
|
+
}
|
46
46
|
}
|
47
47
|
|
48
48
|
Neo.applyClassConfig(Api);
|
@@ -5,7 +5,7 @@ import Model from '../../../src/data/Model.mjs';
|
|
5
5
|
* @extends Neo.data.Model
|
6
6
|
*/
|
7
7
|
class Example extends Model {
|
8
|
-
static
|
8
|
+
static config = {
|
9
9
|
/**
|
10
10
|
* @member {String} className='Docs.app.model.Example'
|
11
11
|
* @protected
|
@@ -33,7 +33,7 @@ class Example extends Model {
|
|
33
33
|
name: 'path',
|
34
34
|
type: 'String'
|
35
35
|
}]
|
36
|
-
}
|
36
|
+
}
|
37
37
|
}
|
38
38
|
|
39
39
|
Neo.applyClassConfig(Example);
|
@@ -5,7 +5,7 @@ import Model from '../../../src/data/Model.mjs';
|
|
5
5
|
* @extends Neo.data.Model
|
6
6
|
*/
|
7
7
|
class Tutorial extends Model {
|
8
|
-
static
|
8
|
+
static config = {
|
9
9
|
/**
|
10
10
|
* @member {String} className='Docs.app.model.Tutorial'
|
11
11
|
* @protected
|
@@ -33,7 +33,7 @@ class Tutorial extends Model {
|
|
33
33
|
name: 'type',
|
34
34
|
type: 'String'
|
35
35
|
}]
|
36
|
-
}
|
36
|
+
}
|
37
37
|
}
|
38
38
|
|
39
39
|
Neo.applyClassConfig(Tutorial);
|
package/docs/app/store/Api.mjs
CHANGED
@@ -6,7 +6,7 @@ import Store from '../../../src/data/Store.mjs';
|
|
6
6
|
* @extends Neo.data.Store
|
7
7
|
*/
|
8
8
|
class Api extends Store {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.app.store.Api'
|
12
12
|
* @protected
|
@@ -20,7 +20,7 @@ class Api extends Store {
|
|
20
20
|
* @member {Neo.data.Model} model=ApiModel
|
21
21
|
*/
|
22
22
|
model: ApiModel
|
23
|
-
}
|
23
|
+
}
|
24
24
|
}
|
25
25
|
|
26
26
|
Neo.applyClassConfig(Api);
|
@@ -6,7 +6,7 @@ import Store from '../../../src/data/Store.mjs';
|
|
6
6
|
* @extends Neo.data.Store
|
7
7
|
*/
|
8
8
|
class Examples extends Store {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.app.store.Examples'
|
12
12
|
* @protected
|
@@ -20,7 +20,7 @@ class Examples extends Store {
|
|
20
20
|
* @member {Neo.data.Model} model=Example
|
21
21
|
*/
|
22
22
|
model: Example
|
23
|
-
}
|
23
|
+
}
|
24
24
|
}
|
25
25
|
|
26
26
|
Neo.applyClassConfig(Examples);
|
@@ -6,7 +6,7 @@ import Tutorial from '../model/Tutorial.mjs';
|
|
6
6
|
* @extends Neo.data.Store
|
7
7
|
*/
|
8
8
|
class Tutorials extends Store {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.app.store.Tutorials'
|
12
12
|
* @protected
|
@@ -20,7 +20,7 @@ class Tutorials extends Store {
|
|
20
20
|
* @member {Neo.data.Model} model=Tutorial
|
21
21
|
*/
|
22
22
|
model: Tutorial
|
23
|
-
}
|
23
|
+
}
|
24
24
|
}
|
25
25
|
|
26
26
|
Neo.applyClassConfig(Tutorials);
|
@@ -6,7 +6,7 @@ import ApiStore from '../store/Api.mjs';
|
|
6
6
|
* @extends Neo.tree.List
|
7
7
|
*/
|
8
8
|
class ApiTreeList extends TreeList {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.ApiTreeList'
|
12
12
|
* @protected
|
@@ -22,7 +22,7 @@ class ApiTreeList extends TreeList {
|
|
22
22
|
* @protected
|
23
23
|
*/
|
24
24
|
store: ApiStore
|
25
|
-
}
|
25
|
+
}
|
26
26
|
|
27
27
|
/**
|
28
28
|
*
|
@@ -6,7 +6,7 @@ import HeaderButton from '../../../src/tab/header/Button.mjs';
|
|
6
6
|
* @extends Neo.tab.Container
|
7
7
|
*/
|
8
8
|
class ContentTabContainer extends Container {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.ContentTabContainer'
|
12
12
|
* @protected
|
@@ -50,7 +50,7 @@ class ContentTabContainer extends Container {
|
|
50
50
|
* @member {Boolean} sortable=true
|
51
51
|
*/
|
52
52
|
sortable: true
|
53
|
-
}
|
53
|
+
}
|
54
54
|
|
55
55
|
/**
|
56
56
|
*
|
@@ -6,7 +6,7 @@ import TreeList from '../../../src/tree/List.mjs';
|
|
6
6
|
* @extends Neo.tree.List
|
7
7
|
*/
|
8
8
|
class ExamplesTreeList extends TreeList {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.ExamplesTreeList'
|
12
12
|
* @protected
|
@@ -26,7 +26,7 @@ class ExamplesTreeList extends TreeList {
|
|
26
26
|
* @protected
|
27
27
|
*/
|
28
28
|
store: ExamplesStore
|
29
|
-
}
|
29
|
+
}
|
30
30
|
|
31
31
|
/**
|
32
32
|
*
|
@@ -7,7 +7,7 @@ import SearchField from '../../../src/form/field/Search.mjs';
|
|
7
7
|
* @extends Neo.container.Base
|
8
8
|
*/
|
9
9
|
class HeaderContainer extends Container {
|
10
|
-
static
|
10
|
+
static config = {
|
11
11
|
/**
|
12
12
|
* @member {String} className='Docs.view.HeaderContainer'
|
13
13
|
* @protected
|
@@ -64,7 +64,7 @@ class HeaderContainer extends Container {
|
|
64
64
|
html : 'neo.mjs docs',
|
65
65
|
width: 210
|
66
66
|
}]
|
67
|
-
}
|
67
|
+
}
|
68
68
|
}
|
69
69
|
|
70
70
|
Neo.applyClassConfig(HeaderContainer);
|
@@ -15,7 +15,7 @@ import Viewport from '../../../src/container/Viewport.mjs';
|
|
15
15
|
* @extends Neo.container.Viewport
|
16
16
|
*/
|
17
17
|
class MainContainer extends Viewport {
|
18
|
-
static
|
18
|
+
static config = {
|
19
19
|
/**
|
20
20
|
* @member {String} className='Docs.view.MainContainer'
|
21
21
|
* @protected
|
@@ -91,7 +91,7 @@ class MainContainer extends Viewport {
|
|
91
91
|
reference: 'content-tabcontainer'
|
92
92
|
}]
|
93
93
|
}]
|
94
|
-
}
|
94
|
+
}
|
95
95
|
|
96
96
|
/**
|
97
97
|
*
|
@@ -6,7 +6,7 @@ import NeoArray from '../../../src/util/Array.mjs';
|
|
6
6
|
* @extends Neo.controller.Component
|
7
7
|
*/
|
8
8
|
class MainContainerController extends Component {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.MainContainerController'
|
12
12
|
* @protected
|
@@ -17,7 +17,7 @@ class MainContainerController extends Component {
|
|
17
17
|
* @protected
|
18
18
|
*/
|
19
19
|
ntype: 'docs-maincontainer-controller'
|
20
|
-
}
|
20
|
+
}
|
21
21
|
|
22
22
|
/**
|
23
23
|
*
|
@@ -6,7 +6,7 @@ import TutorialsStore from '../store/Tutorials.mjs';
|
|
6
6
|
* @extends Neo.tree.List
|
7
7
|
*/
|
8
8
|
class TutorialsTreeList extends TreeList {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.TutorialsTreeList'
|
12
12
|
* @protected
|
@@ -26,7 +26,7 @@ class TutorialsTreeList extends TreeList {
|
|
26
26
|
* @protected
|
27
27
|
*/
|
28
28
|
store: TutorialsStore
|
29
|
-
}
|
29
|
+
}
|
30
30
|
|
31
31
|
/**
|
32
32
|
*
|
@@ -6,7 +6,7 @@ import SourceViewComponent from './SourceViewComponent.mjs';
|
|
6
6
|
* @extends Neo.component.Base
|
7
7
|
*/
|
8
8
|
class HeaderComponent extends Component {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.classdetails.HeaderComponent'
|
12
12
|
* @protected
|
@@ -41,7 +41,7 @@ class HeaderComponent extends Component {
|
|
41
41
|
{cn: [
|
42
42
|
{tag: 'span', cls: ['neo-docs-header-text']}
|
43
43
|
]}
|
44
|
-
}
|
44
|
+
}
|
45
45
|
|
46
46
|
/**
|
47
47
|
*
|
@@ -6,7 +6,7 @@ import NeoArray from '../../../../src/util/Array.mjs';
|
|
6
6
|
* @extends Neo.tree.List
|
7
7
|
*/
|
8
8
|
class HierarchyTreeList extends TreeList {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.classdetails.HierarchyTreeList'
|
12
12
|
* @protected
|
@@ -34,7 +34,7 @@ class HierarchyTreeList extends TreeList {
|
|
34
34
|
* @member {Object|null} structureData=null
|
35
35
|
*/
|
36
36
|
structureData: null
|
37
|
-
}
|
37
|
+
}
|
38
38
|
|
39
39
|
/**
|
40
40
|
*
|
@@ -11,7 +11,7 @@ import SearchField from '../../../../src/form/field/Search.mjs';
|
|
11
11
|
* @extends Neo.container.Base
|
12
12
|
*/
|
13
13
|
class MainContainer extends Container {
|
14
|
-
static
|
14
|
+
static config = {
|
15
15
|
/**
|
16
16
|
* @member {String} className='Docs.view.classdetails.MainContainer'
|
17
17
|
* @protected
|
@@ -121,7 +121,7 @@ class MainContainer extends Container {
|
|
121
121
|
listeners: {mutateItems: 'onMutateItems'},
|
122
122
|
reference: 'classdetails-memberslist'
|
123
123
|
}]
|
124
|
-
}
|
124
|
+
}
|
125
125
|
}
|
126
126
|
|
127
127
|
Neo.applyClassConfig(MainContainer);
|
@@ -6,13 +6,13 @@ import SourceViewComponent from "./SourceViewComponent.mjs";
|
|
6
6
|
* @extends Neo.controller.Component
|
7
7
|
*/
|
8
8
|
class MainContainerController extends Component {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.classdetails.MainContainerController'
|
12
12
|
* @protected
|
13
13
|
*/
|
14
14
|
className: 'Docs.view.classdetails.MainContainerController'
|
15
|
-
}
|
15
|
+
}
|
16
16
|
|
17
17
|
/**
|
18
18
|
*
|
@@ -6,7 +6,7 @@ import Collection from '../../../../src/collection/Base.mjs';
|
|
6
6
|
* @extends Neo.list.Base
|
7
7
|
*/
|
8
8
|
class MembersList extends Base {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Docs.view.classdetails.MembersList'
|
12
12
|
* @protected
|
@@ -51,7 +51,7 @@ class MembersList extends Base {
|
|
51
51
|
*/
|
52
52
|
_vdom:
|
53
53
|
{cn: []}
|
54
|
-
}
|
54
|
+
}
|
55
55
|
|
56
56
|
/**
|
57
57
|
*
|
@@ -5,7 +5,7 @@ import Component from '../../../../src/component/Base.mjs';
|
|
5
5
|
* @extends Neo.component.Base
|
6
6
|
*/
|
7
7
|
class SourceViewComponent extends Component {
|
8
|
-
static
|
8
|
+
static config = {
|
9
9
|
/**
|
10
10
|
* @member {String} className='Docs.view.classdetails.SourceViewComponent'
|
11
11
|
* @protected
|
@@ -51,7 +51,7 @@ class SourceViewComponent extends Component {
|
|
51
51
|
{tag: 'code', class: 'javascript'}
|
52
52
|
]}
|
53
53
|
]}
|
54
|
-
}
|
54
|
+
}
|
55
55
|
|
56
56
|
/**
|
57
57
|
*
|
@@ -5,7 +5,7 @@ import Component from '../../../../src/component/Base.mjs';
|
|
5
5
|
* @extends Neo.component.Base
|
6
6
|
*/
|
7
7
|
class TutorialComponent extends Component {
|
8
|
-
static
|
8
|
+
static config = {
|
9
9
|
/**
|
10
10
|
* @member {String} className='Docs.view.classdetails.TutorialComponent'
|
11
11
|
* @protected
|
@@ -34,7 +34,7 @@ class TutorialComponent extends Component {
|
|
34
34
|
style: {
|
35
35
|
overflow: 'auto'
|
36
36
|
}
|
37
|
-
}
|
37
|
+
}
|
38
38
|
|
39
39
|
/**
|
40
40
|
*
|
@@ -11,7 +11,7 @@ import Viewport from '../src/container/Viewport.mjs';
|
|
11
11
|
* @abstract
|
12
12
|
*/
|
13
13
|
class ConfigurationViewport extends Viewport {
|
14
|
-
static
|
14
|
+
static config = {
|
15
15
|
/**
|
16
16
|
* @member {String} className='Neo.examples.ConfigurationContainer'
|
17
17
|
* @protected
|
@@ -46,7 +46,7 @@ class ConfigurationViewport extends Viewport {
|
|
46
46
|
* @member {Number} exampleComponentFlex=1
|
47
47
|
*/
|
48
48
|
exampleComponentFlex: 2
|
49
|
-
}
|
49
|
+
}
|
50
50
|
|
51
51
|
/**
|
52
52
|
*
|
@@ -14,7 +14,7 @@ class ServiceWorker extends ServiceBase {
|
|
14
14
|
*/
|
15
15
|
workerId = 'service'
|
16
16
|
|
17
|
-
static
|
17
|
+
static config = {
|
18
18
|
/**
|
19
19
|
* @member {String} className='Neo.ServiceWorker'
|
20
20
|
* @protected
|
@@ -26,10 +26,10 @@ class ServiceWorker extends ServiceBase {
|
|
26
26
|
*/
|
27
27
|
singleton: true,
|
28
28
|
/**
|
29
|
-
* @member {String} version='
|
29
|
+
* @member {String} version='5.0.0'
|
30
30
|
*/
|
31
|
-
version: '
|
32
|
-
}
|
31
|
+
version: '5.0.0'
|
32
|
+
}
|
33
33
|
}
|
34
34
|
|
35
35
|
Neo.applyClassConfig(ServiceWorker);
|
@@ -11,13 +11,13 @@ import TextField from '../../../src/form/field/Text.mjs';
|
|
11
11
|
* @extends Neo.examples.ConfigurationViewport
|
12
12
|
*/
|
13
13
|
class MainContainer extends ConfigurationViewport {
|
14
|
-
static
|
14
|
+
static config = {
|
15
15
|
className : 'Neo.examples.button.base.MainContainer',
|
16
16
|
autoMount : true,
|
17
17
|
configItemLabelWidth: 160,
|
18
18
|
configItemWidth : 280,
|
19
19
|
layout : {ntype: 'hbox', align: 'stretch'}
|
20
|
-
}
|
20
|
+
}
|
21
21
|
|
22
22
|
createConfigurationComponents() {
|
23
23
|
let me = this;
|
@@ -9,13 +9,13 @@ import TextField from '../../../src/form/field/Text.mjs';
|
|
9
9
|
* @extends Neo.examples.ConfigurationViewport
|
10
10
|
*/
|
11
11
|
class MainContainer extends ConfigurationViewport {
|
12
|
-
static
|
12
|
+
static config = {
|
13
13
|
className : 'Neo.examples.button.split.MainContainer',
|
14
14
|
autoMount : true,
|
15
15
|
configItemLabelWidth: 110,
|
16
16
|
configItemWidth : 230,
|
17
17
|
layout : {ntype: 'hbox', align: 'stretch'}
|
18
|
-
}
|
18
|
+
}
|
19
19
|
|
20
20
|
createConfigurationComponents() {
|
21
21
|
let me = this;
|
@@ -9,7 +9,7 @@ import Viewport from '../../../src/container/Viewport.mjs';
|
|
9
9
|
* @extends Neo.container.Viewport
|
10
10
|
*/
|
11
11
|
class MainContainer extends Viewport {
|
12
|
-
static
|
12
|
+
static config = {
|
13
13
|
className : 'Neo.examples.calendar.basic.MainContainer',
|
14
14
|
autoMount : true,
|
15
15
|
cls : ['neo-examples-calendar-maincontainer', 'neo-viewport'],
|
@@ -64,7 +64,7 @@ class MainContainer extends Viewport {
|
|
64
64
|
currentDate: new Date('2021-07-20')
|
65
65
|
}
|
66
66
|
}]
|
67
|
-
}
|
67
|
+
}
|
68
68
|
}
|
69
69
|
|
70
70
|
Neo.applyClassConfig(MainContainer);
|
@@ -6,13 +6,13 @@ import NeoArray from '../../../src/util/Array.mjs';
|
|
6
6
|
* @extends Neo.controller.Component
|
7
7
|
*/
|
8
8
|
class MainContainerController extends ComponentController {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
/**
|
11
11
|
* @member {String} className='Neo.examples.calendar.basic.MainContainerController'
|
12
12
|
* @protected
|
13
13
|
*/
|
14
14
|
className: 'Neo.examples.calendar.basic.MainContainerController'
|
15
|
-
}
|
15
|
+
}
|
16
16
|
|
17
17
|
/**
|
18
18
|
* @param {Object} data
|
@@ -7,7 +7,7 @@ import WeekComponent from '../../../src/calendar/view/week/Component.mjs';
|
|
7
7
|
* @extends Neo.container.Viewport
|
8
8
|
*/
|
9
9
|
class MainContainer extends Viewport {
|
10
|
-
static
|
10
|
+
static config = {
|
11
11
|
/**
|
12
12
|
* @member {String} className='Neo.examples.calendar.weekview.MainContainer'
|
13
13
|
* @protected
|
@@ -57,7 +57,7 @@ class MainContainer extends Viewport {
|
|
57
57
|
items: [{
|
58
58
|
module: WeekComponent
|
59
59
|
}]
|
60
|
-
}
|
60
|
+
}
|
61
61
|
|
62
62
|
/**
|
63
63
|
* The styles for calendar events are located inside the MainContainer CSS output.
|
@@ -6,7 +6,7 @@ import Viewport from '../../src/container/Viewport.mjs';
|
|
6
6
|
* @extends Neo.container.Viewport
|
7
7
|
*/
|
8
8
|
class MainContainer extends Viewport {
|
9
|
-
static
|
9
|
+
static config = {
|
10
10
|
className: 'Neo.examples.charts.MainContainer',
|
11
11
|
layout : 'fit',
|
12
12
|
|
@@ -59,7 +59,7 @@ class MainContainer extends Viewport {
|
|
59
59
|
}]
|
60
60
|
}
|
61
61
|
}]
|
62
|
-
}
|
62
|
+
}
|
63
63
|
}
|
64
64
|
|
65
65
|
Neo.applyClassConfig(MainContainer);
|
@@ -8,13 +8,13 @@ import NumberField from '../../../src/form/field/Number.mjs';
|
|
8
8
|
* @extends Neo.examples.ConfigurationViewport
|
9
9
|
*/
|
10
10
|
class MainContainer extends ConfigurationViewport {
|
11
|
-
static
|
11
|
+
static config = {
|
12
12
|
className : 'Neo.examples.component.canvas.MainContainer',
|
13
13
|
autoMount : true,
|
14
14
|
configItemLabelWidth: 110,
|
15
15
|
configItemWidth : 230,
|
16
16
|
layout : {ntype: 'hbox', align: 'stretch'}
|
17
|
-
}
|
17
|
+
}
|
18
18
|
|
19
19
|
createConfigurationComponents() {
|
20
20
|
let me = this;
|
@@ -8,10 +8,10 @@ import RangeField from '../../../src/form/field/Range.mjs';
|
|
8
8
|
* @extends Neo.examples.ConfigurationViewport
|
9
9
|
*/
|
10
10
|
class MainContainer extends ConfigurationViewport {
|
11
|
-
static
|
11
|
+
static config = {
|
12
12
|
className: 'Neo.examples.component.carousel.MainContainer',
|
13
13
|
layout : {ntype: 'hbox', align: 'stretch'}
|
14
|
-
}
|
14
|
+
}
|
15
15
|
|
16
16
|
createConfigurationComponents() {
|
17
17
|
let me = this;
|
@@ -9,13 +9,13 @@ import TextField from '../../../src/form/field/Text.mjs';
|
|
9
9
|
* @extends Neo.examples.ConfigurationViewport
|
10
10
|
*/
|
11
11
|
class MainContainer extends ConfigurationViewport {
|
12
|
-
static
|
12
|
+
static config = {
|
13
13
|
className : 'Neo.examples.component.chip.MainContainer',
|
14
14
|
autoMount : true,
|
15
15
|
configItemLabelWidth: 110,
|
16
16
|
configItemWidth : 230,
|
17
17
|
layout : {ntype: 'hbox', align: 'stretch'}
|
18
|
-
}
|
18
|
+
}
|
19
19
|
|
20
20
|
createConfigurationComponents() {
|
21
21
|
let me = this;
|
@@ -8,10 +8,10 @@ import RangeField from '../../../src/form/field/Range.mjs';
|
|
8
8
|
* @extends Neo.examples.ConfigurationViewport
|
9
9
|
*/
|
10
10
|
class MainContainer extends ConfigurationViewport {
|
11
|
-
static
|
11
|
+
static config = {
|
12
12
|
className: 'Neo.examples.component.circle.MainContainer',
|
13
13
|
layout : {ntype: 'hbox', align: 'stretch'}
|
14
|
-
}
|
14
|
+
}
|
15
15
|
|
16
16
|
createConfigurationComponents() {
|
17
17
|
let me = this;
|