rb-document-form-constructor 0.6.6 → 0.6.7
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/dist/rb-document-form-constructor.esm.js +4 -2
- package/dist/rb-document-form-constructor.min.js +2 -2
- package/dist/rb-document-form-constructor.ssr.js +34 -17
- package/dist/scss/_global.scss +3 -3
- package/dist/scss/_variables.scss +17 -17
- package/dist/scss/components/_doc-form.scss +36 -36
- package/dist/scss/components/_doc-template-constructor.scss +112 -112
- package/dist/scss/components/_doc-template-facet-list.scss +41 -41
- package/dist/scss/components/_doc-template-field-sidebar.scss +52 -52
- package/dist/scss/components/_field-rule-form-modal.scss +27 -27
- package/dist/scss/components.scss +7 -7
- package/package.json +63 -63
- package/src/assets/fontello/README.txt +75 -0
- package/src/components/DocForm.vue +205 -202
- package/src/components/DocTemplateConstructor.vue +254 -254
- package/src/components/DocTemplateFacetList.vue +119 -119
- package/src/components/DocTemplateFieldSidebar.vue +283 -283
- package/src/components/DocTemplateSectionModal.vue +63 -63
- package/src/components/FieldRuleFormModal.vue +272 -272
|
@@ -11223,8 +11223,10 @@ var script$3 = {
|
|
|
11223
11223
|
},
|
|
11224
11224
|
|
|
11225
11225
|
mounted() {
|
|
11226
|
-
this
|
|
11227
|
-
|
|
11226
|
+
this.$nextTick(() => {
|
|
11227
|
+
this.execApplyDefaultValues();
|
|
11228
|
+
this.execApplyDefaultValRule();
|
|
11229
|
+
});
|
|
11228
11230
|
},
|
|
11229
11231
|
|
|
11230
11232
|
activated() {
|