Jlw.Web.Rcl.LocalizedContent
4.1.9076.9436-rc
Prefix Reserved
This is a prerelease version of Jlw.Web.Rcl.LocalizedContent.
dotnet add package Jlw.Web.Rcl.LocalizedContent --version 4.1.9076.9436-rc
NuGet\Install-Package Jlw.Web.Rcl.LocalizedContent -Version 4.1.9076.9436-rc
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jlw.Web.Rcl.LocalizedContent" Version="4.1.9076.9436-rc" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jlw.Web.Rcl.LocalizedContent --version 4.1.9076.9436-rc
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jlw.Web.Rcl.LocalizedContent, 4.1.9076.9436-rc"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jlw.Web.Rcl.LocalizedContent as a Cake Addin #addin nuget:?package=Jlw.Web.Rcl.LocalizedContent&version=4.1.9076.9436-rc&prerelease // Install Jlw.Web.Rcl.LocalizedContent as a Cake Tool #tool nuget:?package=Jlw.Web.Rcl.LocalizedContent&version=4.1.9076.9436-rc&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Jlw.LocalizedContent
Pipeline Status
Test | Alpha | Staging | Release |
---|---|---|---|
Data Repository
Information / Requirements
Namespace | Jlw.Data.LocalizedContent |
Target Framework | netstandard2.1 |
Author(s) | Jason L. Walker |
Copyright | Copyright �2012-20223 Jason L. Walker |
Version | 0.0.0.1+d8b08fa716d939a8788dacd99c04dcae49135c00 |
Dependencies
Dependency | Version | License | Purpose |
---|---|---|---|
Jlw.Utilities.Data | 4.8.8531.6086 | MIT | A utility package providing static string manipulation and conversion utilities, as well as a modular database framework meant to provide a way to decouple database implementations when working with data repositories. |
Microsoft.Extensions.Options | 8.0.2 | MIT | Provides a strongly typed way of specifying and accessing settings using dependency injection. |
Newtonsoft.Json | 13.0.3 | MIT | Json.NET is a popular high-performance JSON framework for .NET |
Razor Class Library
Information / Requirements
Namespace | Jlw.Web.Rcl.LocalizedContent |
Target Framework | net6.0 |
Author(s) | Jason L. Walker |
Copyright | Copyright �2019-2023 Jason L. Walker |
Version | 0.0.0.1+d8b08fa716d939a8788dacd99c04dcae49135c00 |
Back-End Dependencies
Dependency | Version | License | Purpose |
---|---|---|---|
BuildWebCompiler | 1.12.405 | ... | Compiles LESS, Sass, JSX and CoffeeScript files |
BuildBundlerMinifier | 3.2.449 | ... | Bundles and minifies CSS, JS and HTML files |
Jlw.Extensions.DataParsing | 4.8.8531.6086 | MIT | A utility extension providing generic parsing of any object to another data type via the DataUtility class. |
Microsoft.Extensions.FileProviders.Embedded | 6.0.35 | MIT | File provider for files in embedded resources for Microsoft.Extensions.FileProviders. |
Jlw.Utilities.WebApiUtility | 1.5.7928.8091 | MIT | WebApi Utility class designed to work with the libJlwAppBuilder and libJlwUtility Npm/javascript libraries. |
Front-end Dependencies
Dependency | Version | License | Purpose |
---|---|---|---|
@jasonlwalker/jlwappbuilder | 1.0.32 | MIT | Utility library for building HTML5 web applications |
@jasonlwalker/jlwutility | 1.2.11 | MIT | Utility library for HTML5 web applications that use JQuery, Bootstrap, Bootbox, Font-Awesome, and Toastr |
bootbox.js | 6.0.0 | MIT | Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework |
bootswatch | 5.2.2 | MIT | Bootswatch is a collection of themes for Bootstrap. |
datatables.net | 1.12.1 | MIT | jQuery DataTables |
datatables.net-bs5 | 1.12.1 | MIT | DataTables for jQuery with styling for Bootstrap 5 |
font-awesome | 5.15.4 | (OFL-1.1 OR MIT OR CC-BY-4.0) | The iconic SVG, font, and CSS toolkit |
jquery | 3.6.0 | MIT | JavaScript library for DOM operations |
mar10/fancytree | mar10/fancytree@2.38.2 | ||
popper.js | 2.11.6 | MIT | A kickass library to manage your poppers |
prism | 1.28.0 | MIT | Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet. |
prism-themes | 1.9.0 | MIT | Additional themes for the Prism syntax highlighting library. |
Sortable | 1.15.0 | MIT | Minimalist JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports AngularJS and any CSS library, e.g. Bootstrap. |
swisnl/jQuery-contextMenu | swisnl/jQuery-contextMenu@2.9.2 | ||
tinymce | 5.8.1 | LGPL-2.0 | TinyMCE rich text editor |
toastr.js | 2.1.4 | MIT | ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. |
twitter-bootstrap | 5.2.2 | MIT | The most popular front-end framework for developing responsive, mobile first projects on the web. |
SQL Schema
Tables:
Server | Database | Table | Purpose |
---|---|---|---|
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.DatabaseAuditTrail | Used to store an audit trail of records in JSON format |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.LocalizedContentFields | Used to store individual elements and metadata to be used by a wizard screen |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.LocalizedContentText | Used to store text, label, and error metadata to be used by individual fields on a wizard screen |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.LocalizedGroupDataItems | Used to store sets of data that may be grouped and sorted logically |
Stored Procedures:
Server | Database | Stored Procedure | Purpose |
---|---|---|---|
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_AuditTrailSave_LocalizedContentField | Used to insert or update an audit trail record for [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_AuditTrailSave_LocalizedContentText | Used to insert or update an audit trail record for [LocalizedContentText] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_AuditTrailSave_LocalizedGroupDataItems | Used to insert or update an audit trail record for [LocalizedGroupDataItems] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_DeleteLocalizedContentFieldRecord | Used to remove matching record from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_DeleteLocalizedContentTextRecord | Used to remove the matching record from [LocalizedContentText] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_DeleteLocalizedGroupDataItemRecord | Used to remove matching record from [LocalizedGroupDataItems] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_DeleteWizardFieldRecursive | Used to recursively remove the matching records from [LocalizedContentFields] and [LocalizedContentText] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetComponentList | Helper method to generate a pre-defined list of components to be used in a wizard |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetFormFields | Used to retrieve all matching form fields |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedContentFieldRecord | Used to retrieve the first matching record from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedContentFieldRecordByName | Used to retrieve the first matching record from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedContentFieldsDt | Used to generate a DataTable list of matching records from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedContentTextDt | Used to generate a DataTable list of matching records from [LocalizedContentText] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedContentTextRecord | Used to retrieve the first matching record from [LocalizedContentText] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedGroupDataItemRecord | Used to retrieve the first matching record from [LocalizedGroupDataItems] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedGroupDataItems | Used to retrieve the matching records from [LocalizedGroupDataItems] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedGroupDataItemsDt | Used to generate a DataTable list of matching records from [LocalizedGroupDataItems] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetLocalizedGroupDataItemValue | Used to retrieve the first matching record from [LocalizedGroupDataItems] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetWizardContentFieldRecord | Used to retrieve the first matching record from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetWizardFields | Used to retrieve a grouped list of wizard fields with localized text |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_GetWizardModelFields | Used to retrieve a list of the Model Fields that will be passed by the API during wizard interactions. |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_RenameWizardFieldRecursive | Used to recursively rename the matching records from [LocalizedContentFields] and [LocalizedContentText] by changing the [FieldKey] column |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_SaveLocalizedContentFieldData | Used to retrieve the first matching record from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_SaveLocalizedContentFieldParentOrder | Used to retrieve the first matching record from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_SaveLocalizedContentFieldRecord | Used to retrieve the first matching record from [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_SaveLocalizedContentTextRecord | Used to retrieve the first matching record from [LocalizedContentText] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.sp_SaveLocalizedGroupDataItemRecord | Used to insert or update a matching record in [LocalizedGroupDataItems] |
Functions:
Server | Database | Function | Purpose |
---|---|---|---|
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.fnGetWizardTreeNodes | Used to recursively find the matching records from [LocalizedContentFields] by walking the tree of nodes, starting with @id |
Views:
Server | Database | View | Purpose |
---|---|---|---|
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.vwLocalizedContentField_Audit | Used to retrieve the Audit records for the table [LocalizedContentFields] |
(localdb)SqlLocalDb-SampleApp | LocalizedContent | dbo.vwLocalizedContentText_Audit | Used to retrieve the Audit records for the table [LocalizedContentText] |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- BuildBundlerMinifier (>= 3.2.449)
- BuildWebCompiler (>= 1.12.405)
- Jlw.Data.LocalizedContent (>= 4.1.9076.9436-rc)
- Jlw.Extensions.DataParsing (>= 4.8.8531.6086)
- Jlw.Utilities.WebApiUtility (>= 1.5.7928.8091)
- Microsoft.Extensions.FileProviders.Embedded (>= 6.0.35)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.9076.9436-rc | 84 | 11/6/2024 |
4.1.9075.8687 | 64 | 11/5/2024 |
4.1.9063.5899 | 90 | 10/24/2024 |
4.1.9061.6488 | 67 | 10/22/2024 |
4.1.8851.8794 | 157 | 3/26/2024 |
4.1.8693.5496 | 507 | 10/20/2023 |
4.1.8691.9122 | 370 | 10/18/2023 |
4.1.8417.6390 | 698 | 1/17/2023 |
4.0.8262.6811 | 793 | 8/15/2022 |
4.0.8234.8225 | 849 | 7/18/2022 |
4.0.8214.6854 | 812 | 6/28/2022 |
3.1.8172.8649 | 840 | 5/17/2022 |
3.1.8172.8222 | 781 | 5/17/2022 |
3.1.8172.8013 | 806 | 5/17/2022 |
3.1.8172.7650 | 852 | 5/17/2022 |
3.1.8172.7329 | 811 | 5/17/2022 |
3.1.8158.6448 | 821 | 5/3/2022 |
3.1.8158.6227 | 830 | 5/3/2022 |
3.1.8157.6914 | 796 | 5/2/2022 |
2.0.7975.7849 | 839 | 11/1/2021 |
2.0.7970.9040 | 749 | 10/27/2021 |
1.5.7928.8219 | 816 | 9/15/2021 |
1.1.7919.8677 | 825 | 9/6/2021 |
1.1.7919.8279 | 685 | 9/6/2021 |
Provided as is