@talrace/ngx-noder 0.0.36 → 0.0.37
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.
|
@@ -1809,6 +1809,14 @@ var NumberingTemplateType;
|
|
|
1809
1809
|
NumberingTemplateType[NumberingTemplateType["NumberList6"] = 11] = "NumberList6";
|
|
1810
1810
|
})(NumberingTemplateType || (NumberingTemplateType = {}));
|
|
1811
1811
|
|
|
1812
|
+
/*
|
|
1813
|
+
* This file is the source of truth for numbering templates.
|
|
1814
|
+
* Its contents are manually duplicated in the C# project
|
|
1815
|
+
* in the `NumberingTemplates.cs` class.
|
|
1816
|
+
*
|
|
1817
|
+
* If you make changes here, you MUST sync them in the back-end!
|
|
1818
|
+
* !!!
|
|
1819
|
+
*/
|
|
1812
1820
|
const NumberingTemplates = [
|
|
1813
1821
|
{
|
|
1814
1822
|
templateType: NumberingTemplateType.NumberList1,
|