rb-document-form-constructor 0.5.8 → 0.6.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/dist/rb-document-form-constructor.esm.js +6 -23
- package/dist/rb-document-form-constructor.min.js +2 -2
- package/dist/rb-document-form-constructor.ssr.js +33 -39
- package/dist/scss/_global.scss +3 -3
- package/dist/scss/_variables.scss +17 -16
- package/dist/scss/components/_doc-form.scss +36 -28
- 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 -75
- package/src/components/DocForm.vue +177 -180
- package/src/components/DocTemplateConstructor.vue +250 -250
- package/src/components/DocTemplateFacetList.vue +119 -119
- package/src/components/DocTemplateFieldSidebar.vue +280 -280
- package/src/components/DocTemplateSectionModal.vue +63 -63
- package/src/components/FieldRuleFormModal.vue +269 -269
|
@@ -3,9 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
if (Object.getOwnPropertySymbols) {
|
|
5
5
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
|
|
7
|
+
if (enumerableOnly) {
|
|
8
|
+
symbols = symbols.filter(function (sym) {
|
|
9
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
keys.push.apply(keys, symbols);
|
|
9
14
|
}
|
|
10
15
|
|
|
11
16
|
return keys;
|
|
@@ -13,12 +18,19 @@
|
|
|
13
18
|
|
|
14
19
|
function _objectSpread2(target) {
|
|
15
20
|
for (var i = 1; i < arguments.length; i++) {
|
|
16
|
-
var source =
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
22
|
+
|
|
23
|
+
if (i % 2) {
|
|
24
|
+
ownKeys(Object(source), true).forEach(function (key) {
|
|
25
|
+
_defineProperty$1(target, key, source[key]);
|
|
26
|
+
});
|
|
27
|
+
} else if (Object.getOwnPropertyDescriptors) {
|
|
28
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
29
|
+
} else {
|
|
30
|
+
ownKeys(Object(source)).forEach(function (key) {
|
|
31
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
32
|
+
});
|
|
33
|
+
}
|
|
22
34
|
}
|
|
23
35
|
|
|
24
36
|
return target;
|
|
@@ -5433,7 +5445,7 @@ var __vue_inject_styles__$5 = undefined;
|
|
|
5433
5445
|
var __vue_scope_id__$5 = undefined;
|
|
5434
5446
|
/* module identifier */
|
|
5435
5447
|
|
|
5436
|
-
var __vue_module_identifier__$5 = "data-v-
|
|
5448
|
+
var __vue_module_identifier__$5 = "data-v-ecb48d16";
|
|
5437
5449
|
/* functional template */
|
|
5438
5450
|
|
|
5439
5451
|
var __vue_is_functional_template__$5 = false;
|
|
@@ -10985,7 +10997,7 @@ var __vue_inject_styles__$4 = undefined;
|
|
|
10985
10997
|
var __vue_scope_id__$4 = undefined;
|
|
10986
10998
|
/* module identifier */
|
|
10987
10999
|
|
|
10988
|
-
var __vue_module_identifier__$4 = "data-v-
|
|
11000
|
+
var __vue_module_identifier__$4 = "data-v-3e6871e0";
|
|
10989
11001
|
/* functional template */
|
|
10990
11002
|
|
|
10991
11003
|
var __vue_is_functional_template__$4 = false;
|
|
@@ -11187,19 +11199,15 @@ var script$3 = {
|
|
|
11187
11199
|
}
|
|
11188
11200
|
|
|
11189
11201
|
var colSize = Math.floor(MAX_COLUMN_SIZE / section.columnCount);
|
|
11190
|
-
console.info("colSize", colSize);
|
|
11191
11202
|
return colSize;
|
|
11192
11203
|
},
|
|
11193
11204
|
execApplyDefaultValues: function execApplyDefaultValues() {
|
|
11194
11205
|
var _this3 = this;
|
|
11195
11206
|
|
|
11196
|
-
console.info("this.applyDefaultValues", this.applyDefaultValues);
|
|
11197
|
-
|
|
11198
11207
|
if (this.applyDefaultValues) {
|
|
11199
11208
|
this.formConfig.sections.forEach(function (r) {
|
|
11200
11209
|
r.columns.forEach(function (c) {
|
|
11201
11210
|
c.fields.forEach(function (f) {
|
|
11202
|
-
console.info("f", f);
|
|
11203
11211
|
var defValue;
|
|
11204
11212
|
|
|
11205
11213
|
if (_this3.defaultValue && _typeof(f.defaultValue) === 'function') {
|
|
@@ -11208,8 +11216,6 @@ var script$3 = {
|
|
|
11208
11216
|
defValue = f.defaultValue == null ? null : f.defaultValue;
|
|
11209
11217
|
}
|
|
11210
11218
|
|
|
11211
|
-
console.info("defValue", defValue);
|
|
11212
|
-
|
|
11213
11219
|
_this3.$set(_this3.doc, f.name, f.defaultValue = defValue);
|
|
11214
11220
|
});
|
|
11215
11221
|
});
|
|
@@ -11268,7 +11274,11 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
11268
11274
|
scopedSlots: _vm._u([{
|
|
11269
11275
|
key: "label",
|
|
11270
11276
|
fn: function fn() {
|
|
11271
|
-
return [
|
|
11277
|
+
return [_c('span', {
|
|
11278
|
+
attrs: {
|
|
11279
|
+
"title": field.labelRu
|
|
11280
|
+
}
|
|
11281
|
+
}, [_vm._v(_vm._s(field.labelRu))]), _vm._v(" "), _vm.showRequiredInLabel && field.required ? _c('span', {
|
|
11272
11282
|
staticClass: "text-danger"
|
|
11273
11283
|
}, [_vm._v("*")]) : _vm._e()];
|
|
11274
11284
|
},
|
|
@@ -11316,7 +11326,7 @@ var __vue_inject_styles__$3 = undefined;
|
|
|
11316
11326
|
var __vue_scope_id__$3 = undefined;
|
|
11317
11327
|
/* module identifier */
|
|
11318
11328
|
|
|
11319
|
-
var __vue_module_identifier__$3 = "data-v-
|
|
11329
|
+
var __vue_module_identifier__$3 = "data-v-e41de5ae";
|
|
11320
11330
|
/* functional template */
|
|
11321
11331
|
|
|
11322
11332
|
var __vue_is_functional_template__$3 = false;
|
|
@@ -11736,7 +11746,7 @@ var __vue_inject_styles__$2 = undefined;
|
|
|
11736
11746
|
var __vue_scope_id__$2 = undefined;
|
|
11737
11747
|
/* module identifier */
|
|
11738
11748
|
|
|
11739
|
-
var __vue_module_identifier__$2 = "data-v-
|
|
11749
|
+
var __vue_module_identifier__$2 = "data-v-6e658458";
|
|
11740
11750
|
/* functional template */
|
|
11741
11751
|
|
|
11742
11752
|
var __vue_is_functional_template__$2 = false;
|
|
@@ -11993,22 +12003,6 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
11993
12003
|
attrs: {
|
|
11994
12004
|
"lg": "12"
|
|
11995
12005
|
}
|
|
11996
|
-
}, [_c('b-checkbox', {
|
|
11997
|
-
attrs: {
|
|
11998
|
-
"size": "lg",
|
|
11999
|
-
"disabled": !_vm.hasMultipleInputTypes
|
|
12000
|
-
},
|
|
12001
|
-
model: {
|
|
12002
|
-
value: _vm.field.multiple,
|
|
12003
|
-
callback: function callback($$v) {
|
|
12004
|
-
_vm.$set(_vm.field, "multiple", $$v);
|
|
12005
|
-
},
|
|
12006
|
-
expression: "field.multiple"
|
|
12007
|
-
}
|
|
12008
|
-
}, [_vm._v("\n Множественное\n ")])], 1)], 1), _vm._v(" "), _c('b-form-row', [_c('b-col', {
|
|
12009
|
-
attrs: {
|
|
12010
|
-
"lg": "12"
|
|
12011
|
-
}
|
|
12012
12006
|
}, [_c('b-checkbox', {
|
|
12013
12007
|
attrs: {
|
|
12014
12008
|
"size": "lg"
|
|
@@ -12054,7 +12048,7 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
12054
12048
|
staticClass: "rb-form-section"
|
|
12055
12049
|
}, [_c('div', {
|
|
12056
12050
|
staticClass: "rb-title"
|
|
12057
|
-
}, [_vm._v("\n
|
|
12051
|
+
}, [_vm._v("\n Настройки ввода\n ")]), _vm._v(" "), _c('b-form-row', [_c('b-col', {
|
|
12058
12052
|
attrs: {
|
|
12059
12053
|
"lg": "12"
|
|
12060
12054
|
}
|
|
@@ -12174,7 +12168,7 @@ var __vue_inject_styles__$1 = undefined;
|
|
|
12174
12168
|
var __vue_scope_id__$1 = undefined;
|
|
12175
12169
|
/* module identifier */
|
|
12176
12170
|
|
|
12177
|
-
var __vue_module_identifier__$1 = "data-v-
|
|
12171
|
+
var __vue_module_identifier__$1 = "data-v-a9918f24";
|
|
12178
12172
|
/* functional template */
|
|
12179
12173
|
|
|
12180
12174
|
var __vue_is_functional_template__$1 = false;
|
|
@@ -12594,7 +12588,7 @@ var __vue_inject_styles__ = undefined;
|
|
|
12594
12588
|
var __vue_scope_id__ = undefined;
|
|
12595
12589
|
/* module identifier */
|
|
12596
12590
|
|
|
12597
|
-
var __vue_module_identifier__ = "data-v-
|
|
12591
|
+
var __vue_module_identifier__ = "data-v-657f3983";
|
|
12598
12592
|
/* functional template */
|
|
12599
12593
|
|
|
12600
12594
|
var __vue_is_functional_template__ = false;
|
package/dist/scss/_global.scss
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.cursor-pointer {
|
|
2
|
-
cursor: pointer;
|
|
3
|
-
}
|
|
1
|
+
.cursor-pointer {
|
|
2
|
+
cursor: pointer;
|
|
3
|
+
}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
// DocTemplateFacetList
|
|
2
|
-
$rb-facet-list-border-color: $border-color !default;
|
|
3
|
-
|
|
4
|
-
// DocTemplateConstructor
|
|
5
|
-
$rb-doc-template-constructor-title-color: #333 !default;
|
|
6
|
-
$rb-doc-template-constructor-title-font-size: 16px !default;
|
|
7
|
-
$rb-doc-template-section-bg: #E9EAEA !default;
|
|
8
|
-
$rb-doc-template-constructor-form-column-border-color: #D5D5D6;
|
|
9
|
-
|
|
10
|
-
// DocTemplateFieldSidebar
|
|
11
|
-
$rb-doc-template-field-sidebar-font-size-lg: 1rem !default;
|
|
12
|
-
$rb-doc-template-field-sidebar-top: 72px !default;
|
|
13
|
-
$rb-doc-template-field-sidebar-close-button-left: -46px !default;
|
|
14
|
-
|
|
15
|
-
// DocForm
|
|
16
|
-
$rb-doc-form-font-size-lg: 1rem !default;
|
|
1
|
+
// DocTemplateFacetList
|
|
2
|
+
$rb-facet-list-border-color: $border-color !default;
|
|
3
|
+
|
|
4
|
+
// DocTemplateConstructor
|
|
5
|
+
$rb-doc-template-constructor-title-color: #333 !default;
|
|
6
|
+
$rb-doc-template-constructor-title-font-size: 16px !default;
|
|
7
|
+
$rb-doc-template-section-bg: #E9EAEA !default;
|
|
8
|
+
$rb-doc-template-constructor-form-column-border-color: #D5D5D6;
|
|
9
|
+
|
|
10
|
+
// DocTemplateFieldSidebar
|
|
11
|
+
$rb-doc-template-field-sidebar-font-size-lg: 1rem !default;
|
|
12
|
+
$rb-doc-template-field-sidebar-top: 72px !default;
|
|
13
|
+
$rb-doc-template-field-sidebar-close-button-left: -46px !default;
|
|
14
|
+
|
|
15
|
+
// DocForm
|
|
16
|
+
$rb-doc-form-font-size-lg: 1rem !default;
|
|
17
|
+
$rb-doc-form-legend-line-height: $line-height-base !default;
|
|
@@ -1,28 +1,36 @@
|
|
|
1
|
-
.rb-doc-form {
|
|
2
|
-
h4 {
|
|
3
|
-
font-weight: bold;
|
|
4
|
-
font-size: $rb-doc-form-font-size-lg;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.rb-form-section {
|
|
8
|
-
padding-bottom: 10px;
|
|
9
|
-
padding-top: 10px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.rb-form-column {
|
|
13
|
-
flex: 1;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.rb-form-column:first-child {
|
|
17
|
-
margin-left: 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.rb-form-column:last-child {
|
|
21
|
-
margin-right: 0;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.rb-form-column {
|
|
25
|
-
margin-left: 10px;
|
|
26
|
-
margin-right: 10px;
|
|
27
|
-
}
|
|
28
|
-
|
|
1
|
+
.rb-doc-form {
|
|
2
|
+
h4 {
|
|
3
|
+
font-weight: bold;
|
|
4
|
+
font-size: $rb-doc-form-font-size-lg;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.rb-form-section {
|
|
8
|
+
padding-bottom: 10px;
|
|
9
|
+
padding-top: 10px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.rb-form-column {
|
|
13
|
+
flex: 1;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.rb-form-column:first-child {
|
|
17
|
+
margin-left: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.rb-form-column:last-child {
|
|
21
|
+
margin-right: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.rb-form-column {
|
|
25
|
+
margin-left: 10px;
|
|
26
|
+
margin-right: 10px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
legend.col-form-label {
|
|
30
|
+
max-width: 100%;
|
|
31
|
+
display: block;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
.rb-doc-template-constructor {
|
|
2
|
-
height: 100%;
|
|
3
|
-
|
|
4
|
-
h4 {
|
|
5
|
-
color: $rb-doc-template-constructor-title-color;
|
|
6
|
-
font-weight: bold;
|
|
7
|
-
font-size: $rb-doc-template-constructor-title-font-size;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.rb-form-constructor {
|
|
11
|
-
height: 100%;
|
|
12
|
-
overflow-y: auto;
|
|
13
|
-
background-color: white;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.rb-constructor-toolbar {
|
|
17
|
-
padding: 16px 16px 16px 16px;
|
|
18
|
-
background-color: white;
|
|
19
|
-
border-bottom: 1px solid $border-color;
|
|
20
|
-
|
|
21
|
-
h4 {
|
|
22
|
-
margin-bottom: 0;
|
|
23
|
-
line-height: 38px;
|
|
24
|
-
margin-right: 10px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.btn {
|
|
28
|
-
margin-left: 10px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.rb-constructor-body {
|
|
33
|
-
padding: 16px;
|
|
34
|
-
|
|
35
|
-
.card {
|
|
36
|
-
border-width: 2px;
|
|
37
|
-
border-style: dashed;
|
|
38
|
-
background-color: $rb-doc-template-section-bg;
|
|
39
|
-
|
|
40
|
-
.card-header, .card-body {
|
|
41
|
-
background-color: $rb-doc-template-section-bg;
|
|
42
|
-
border-color: $border-color;
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.rb-form-card {
|
|
48
|
-
margin-bottom: 20px;
|
|
49
|
-
|
|
50
|
-
.rb-form-column {
|
|
51
|
-
flex: 1;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.card-header {
|
|
55
|
-
border-bottom-width: 0;
|
|
56
|
-
display: flex;
|
|
57
|
-
flex-direction: row;
|
|
58
|
-
|
|
59
|
-
.rb-text {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
line-height: 24px;
|
|
62
|
-
font-weight: bold;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.rb-icon {
|
|
66
|
-
line-height: 24px;
|
|
67
|
-
font-size: 16px;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.rb-form-column {
|
|
73
|
-
.form-group:hover {
|
|
74
|
-
legend.col-form-label .rb-actions {
|
|
75
|
-
visibility: visible;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
legend.col-form-label {
|
|
80
|
-
font-size: $font-size-base;
|
|
81
|
-
font-weight: bold;
|
|
82
|
-
margin-bottom: 12px;
|
|
83
|
-
display: flex;
|
|
84
|
-
flex-direction: row;
|
|
85
|
-
color: $rb-doc-template-constructor-title-color;
|
|
86
|
-
|
|
87
|
-
.rb-text {
|
|
88
|
-
flex: 1;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.rb-actions {
|
|
92
|
-
visibility: hidden;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.form-control:disabled,
|
|
97
|
-
.btn.disabled {
|
|
98
|
-
background-color: white;
|
|
99
|
-
opacity: 1;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.rb-form-column {
|
|
104
|
-
padding: 10px;
|
|
105
|
-
border: 2px dashed $rb-doc-template-constructor-form-column-border-color;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.rb-form-column:not(.rb-single-column) {
|
|
109
|
-
margin: 0 10px;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
1
|
+
.rb-doc-template-constructor {
|
|
2
|
+
height: 100%;
|
|
3
|
+
|
|
4
|
+
h4 {
|
|
5
|
+
color: $rb-doc-template-constructor-title-color;
|
|
6
|
+
font-weight: bold;
|
|
7
|
+
font-size: $rb-doc-template-constructor-title-font-size;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.rb-form-constructor {
|
|
11
|
+
height: 100%;
|
|
12
|
+
overflow-y: auto;
|
|
13
|
+
background-color: white;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.rb-constructor-toolbar {
|
|
17
|
+
padding: 16px 16px 16px 16px;
|
|
18
|
+
background-color: white;
|
|
19
|
+
border-bottom: 1px solid $border-color;
|
|
20
|
+
|
|
21
|
+
h4 {
|
|
22
|
+
margin-bottom: 0;
|
|
23
|
+
line-height: 38px;
|
|
24
|
+
margin-right: 10px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.btn {
|
|
28
|
+
margin-left: 10px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.rb-constructor-body {
|
|
33
|
+
padding: 16px;
|
|
34
|
+
|
|
35
|
+
.card {
|
|
36
|
+
border-width: 2px;
|
|
37
|
+
border-style: dashed;
|
|
38
|
+
background-color: $rb-doc-template-section-bg;
|
|
39
|
+
|
|
40
|
+
.card-header, .card-body {
|
|
41
|
+
background-color: $rb-doc-template-section-bg;
|
|
42
|
+
border-color: $border-color;
|
|
43
|
+
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.rb-form-card {
|
|
48
|
+
margin-bottom: 20px;
|
|
49
|
+
|
|
50
|
+
.rb-form-column {
|
|
51
|
+
flex: 1;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.card-header {
|
|
55
|
+
border-bottom-width: 0;
|
|
56
|
+
display: flex;
|
|
57
|
+
flex-direction: row;
|
|
58
|
+
|
|
59
|
+
.rb-text {
|
|
60
|
+
font-size: 16px;
|
|
61
|
+
line-height: 24px;
|
|
62
|
+
font-weight: bold;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.rb-icon {
|
|
66
|
+
line-height: 24px;
|
|
67
|
+
font-size: 16px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.rb-form-column {
|
|
73
|
+
.form-group:hover {
|
|
74
|
+
legend.col-form-label .rb-actions {
|
|
75
|
+
visibility: visible;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
legend.col-form-label {
|
|
80
|
+
font-size: $font-size-base;
|
|
81
|
+
font-weight: bold;
|
|
82
|
+
margin-bottom: 12px;
|
|
83
|
+
display: flex;
|
|
84
|
+
flex-direction: row;
|
|
85
|
+
color: $rb-doc-template-constructor-title-color;
|
|
86
|
+
|
|
87
|
+
.rb-text {
|
|
88
|
+
flex: 1;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.rb-actions {
|
|
92
|
+
visibility: hidden;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.form-control:disabled,
|
|
97
|
+
.btn.disabled {
|
|
98
|
+
background-color: white;
|
|
99
|
+
opacity: 1;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.rb-form-column {
|
|
104
|
+
padding: 10px;
|
|
105
|
+
border: 2px dashed $rb-doc-template-constructor-form-column-border-color;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.rb-form-column:not(.rb-single-column) {
|
|
109
|
+
margin: 0 10px;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
.rb-facets-sidebar {
|
|
2
|
-
height: 100%;
|
|
3
|
-
width: 264px;
|
|
4
|
-
overflow-y: auto;
|
|
5
|
-
background-color: white;
|
|
6
|
-
border-right: 1px solid $rb-facet-list-border-color;
|
|
7
|
-
|
|
8
|
-
h4 {
|
|
9
|
-
padding: 24px 16px 16px 16px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
h6 {
|
|
13
|
-
padding-left: 16px;
|
|
14
|
-
padding-right: 16px;
|
|
15
|
-
font-weight: 500;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
form {
|
|
19
|
-
padding-left: 16px;
|
|
20
|
-
padding-right: 16px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.rb-facet-label {
|
|
24
|
-
font-weight: bold;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.rb-facet-list {
|
|
28
|
-
.rb-facet {
|
|
29
|
-
padding: 10px 0;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
& > .rb-facet:not(:last-child) {
|
|
33
|
-
border-bottom: 1px solid $rb-facet-list-border-color;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.list-group-item {
|
|
37
|
-
border-radius: 0;
|
|
38
|
-
border: none;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
1
|
+
.rb-facets-sidebar {
|
|
2
|
+
height: 100%;
|
|
3
|
+
width: 264px;
|
|
4
|
+
overflow-y: auto;
|
|
5
|
+
background-color: white;
|
|
6
|
+
border-right: 1px solid $rb-facet-list-border-color;
|
|
7
|
+
|
|
8
|
+
h4 {
|
|
9
|
+
padding: 24px 16px 16px 16px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
h6 {
|
|
13
|
+
padding-left: 16px;
|
|
14
|
+
padding-right: 16px;
|
|
15
|
+
font-weight: 500;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
form {
|
|
19
|
+
padding-left: 16px;
|
|
20
|
+
padding-right: 16px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.rb-facet-label {
|
|
24
|
+
font-weight: bold;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.rb-facet-list {
|
|
28
|
+
.rb-facet {
|
|
29
|
+
padding: 10px 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
& > .rb-facet:not(:last-child) {
|
|
33
|
+
border-bottom: 1px solid $rb-facet-list-border-color;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.list-group-item {
|
|
37
|
+
border-radius: 0;
|
|
38
|
+
border: none;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
.rb-doc-template-field-sidebar {
|
|
2
|
-
.dropdown-menu.show {
|
|
3
|
-
max-width: 288px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.b-sidebar {
|
|
7
|
-
top: $rb-doc-template-field-sidebar-top;
|
|
8
|
-
padding-bottom: $rb-doc-template-field-sidebar-top;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.rb-sidebar-close-btn {
|
|
12
|
-
opacity: 0.5;
|
|
13
|
-
position: absolute;
|
|
14
|
-
left: $rb-doc-template-field-sidebar-close-button-left;
|
|
15
|
-
border-radius: 0;
|
|
16
|
-
padding-left: 4px;
|
|
17
|
-
padding-right: 4px;
|
|
18
|
-
font-size: 16px;
|
|
19
|
-
|
|
20
|
-
.rb-icon {
|
|
21
|
-
font-size: 24px;
|
|
22
|
-
line-height: 24px;
|
|
23
|
-
vertical-align: middle;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
form {
|
|
28
|
-
padding: 10px 16px;
|
|
29
|
-
|
|
30
|
-
.rb-form-section {
|
|
31
|
-
margin-bottom: 20px;
|
|
32
|
-
|
|
33
|
-
& > .rb-title {
|
|
34
|
-
font-size: $rb-doc-template-field-sidebar-font-size-lg;
|
|
35
|
-
font-weight: bold;
|
|
36
|
-
margin-bottom: 10px;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
h4 {
|
|
42
|
-
margin-bottom: 0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.form-group.rb-immutable .rb-text {
|
|
46
|
-
font-size: $rb-doc-template-field-sidebar-font-size-lg;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.custom-checkbox {
|
|
50
|
-
margin-bottom: 12px;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
1
|
+
.rb-doc-template-field-sidebar {
|
|
2
|
+
.dropdown-menu.show {
|
|
3
|
+
max-width: 288px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.b-sidebar {
|
|
7
|
+
top: $rb-doc-template-field-sidebar-top;
|
|
8
|
+
padding-bottom: $rb-doc-template-field-sidebar-top;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.rb-sidebar-close-btn {
|
|
12
|
+
opacity: 0.5;
|
|
13
|
+
position: absolute;
|
|
14
|
+
left: $rb-doc-template-field-sidebar-close-button-left;
|
|
15
|
+
border-radius: 0;
|
|
16
|
+
padding-left: 4px;
|
|
17
|
+
padding-right: 4px;
|
|
18
|
+
font-size: 16px;
|
|
19
|
+
|
|
20
|
+
.rb-icon {
|
|
21
|
+
font-size: 24px;
|
|
22
|
+
line-height: 24px;
|
|
23
|
+
vertical-align: middle;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
form {
|
|
28
|
+
padding: 10px 16px;
|
|
29
|
+
|
|
30
|
+
.rb-form-section {
|
|
31
|
+
margin-bottom: 20px;
|
|
32
|
+
|
|
33
|
+
& > .rb-title {
|
|
34
|
+
font-size: $rb-doc-template-field-sidebar-font-size-lg;
|
|
35
|
+
font-weight: bold;
|
|
36
|
+
margin-bottom: 10px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
h4 {
|
|
42
|
+
margin-bottom: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.form-group.rb-immutable .rb-text {
|
|
46
|
+
font-size: $rb-doc-template-field-sidebar-font-size-lg;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.custom-checkbox {
|
|
50
|
+
margin-bottom: 12px;
|
|
51
|
+
}
|
|
52
|
+
}
|