rb-document-form-constructor 0.9.22 → 0.9.24

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.
@@ -1,46 +1,46 @@
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-label-sub-text {
28
- font-size: 13px;
29
- color: #AAABAD;
30
- }
31
-
32
- .rb-facet-list {
33
- .rb-facet {
34
- padding: 10px 0;
35
- }
36
-
37
- & > .rb-facet:not(:last-child) {
38
- border-bottom: 1px solid $rb-facet-list-border-color;
39
- }
40
-
41
- .list-group-item {
42
- border-radius: 0;
43
- border: none;
44
- }
45
- }
46
- }
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-label-sub-text {
28
+ font-size: 13px;
29
+ color: #AAABAD;
30
+ }
31
+
32
+ .rb-facet-list {
33
+ .rb-facet {
34
+ padding: 10px 0;
35
+ }
36
+
37
+ & > .rb-facet:not(:last-child) {
38
+ border-bottom: 1px solid $rb-facet-list-border-color;
39
+ }
40
+
41
+ .list-group-item {
42
+ border-radius: 0;
43
+ border: none;
44
+ }
45
+ }
46
+ }
@@ -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
+ }
@@ -1,27 +1,27 @@
1
- $rb-field-rule-btn-toolbar-bg: rgba(0, 0, 0, 0.03) !default;
2
-
3
- .rb-field-rule-form-modal {
4
- .modal-body {
5
- padding: 0;
6
-
7
- & > .card {
8
- border: none;
9
- border-radius: 0;
10
- }
11
- }
12
-
13
- .btn-toolbar {
14
- border-top-left-radius: $border-radius;
15
- border-top-right-radius: $border-radius;
16
- background-color: $rb-field-rule-btn-toolbar-bg;
17
- padding: 10px 10px;
18
- border-top: 1px solid $border-color;
19
- border-left: 1px solid $border-color;
20
- border-right: 1px solid $border-color;
21
- }
22
-
23
- textarea.form-control {
24
- border-top-left-radius: 0;
25
- border-top-right-radius: 0;
26
- }
27
- }
1
+ $rb-field-rule-btn-toolbar-bg: rgba(0, 0, 0, 0.03) !default;
2
+
3
+ .rb-field-rule-form-modal {
4
+ .modal-body {
5
+ padding: 0;
6
+
7
+ & > .card {
8
+ border: none;
9
+ border-radius: 0;
10
+ }
11
+ }
12
+
13
+ .btn-toolbar {
14
+ border-top-left-radius: $border-radius;
15
+ border-top-right-radius: $border-radius;
16
+ background-color: $rb-field-rule-btn-toolbar-bg;
17
+ padding: 10px 10px;
18
+ border-top: 1px solid $border-color;
19
+ border-left: 1px solid $border-color;
20
+ border-right: 1px solid $border-color;
21
+ }
22
+
23
+ textarea.form-control {
24
+ border-top-left-radius: 0;
25
+ border-top-right-radius: 0;
26
+ }
27
+ }
@@ -1,7 +1,7 @@
1
- @import 'variables';
2
- @import 'global';
3
- @import 'components/doc-template-facet-list';
4
- @import 'components/doc-template-field-sidebar';
5
- @import 'components/doc-template-constructor';
6
- @import 'components/doc-form';
7
- @import 'components/field-rule-form-modal';
1
+ @import 'variables';
2
+ @import 'global';
3
+ @import 'components/doc-template-facet-list';
4
+ @import 'components/doc-template-field-sidebar';
5
+ @import 'components/doc-template-constructor';
6
+ @import 'components/doc-form';
7
+ @import 'components/field-rule-form-modal';
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "rb-document-form-constructor",
3
- "version": "0.9.22",
4
- "description": "",
5
- "main": "dist/rb-document-form-constructor.ssr.js",
6
- "browser": "dist/rb-document-form-constructor.esm.js",
7
- "module": "dist/rb-document-form-constructor.esm.js",
8
- "unpkg": "dist/rb-document-form-constructor.min.js",
9
- "files": [
10
- "dist/*",
11
- "src/**/*.vue"
12
- ],
13
- "sideEffects": false,
14
- "scripts": {
15
- "serve": "vue-cli-service serve dev/serve.js",
16
- "prebuild": "rimraf ./dist",
17
- "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
18
- "build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
19
- "build:es": "cross-env NODE_ENV=pеroduction rollup --config build/rollup.config.js --format es",
20
- "build:unpkg": "cross-env kNODE_ENV=production rollup --config build/rollup.config.js --format iife"
21
- },
22
- "dependencies": {
23
- "bootstrap": "^4.5.0",
24
- "bootstrap-vue": "^2.15.0",
25
- "rb-bv-components": "^2.5.63",
26
- "typeof": "^1.0.0",
27
- "vuedraggable": "^2.24.3"
28
- },
29
- "devDependencies": {
30
- "@babel/core": "^7.14.6",
31
- "@babel/preset-env": "^7.14.7",
32
- "@rollup/plugin-alias": "^3.1.2",
33
- "@rollup/plugin-babel": "^5.3.0",
34
- "@rollup/plugin-commonjs": "^14.0.0",
35
- "@rollup/plugin-json": "^6.0.0",
36
- "@rollup/plugin-node-resolve": "^9.0.0",
37
- "@rollup/plugin-replace": "^2.4.2",
38
- "@vue/cli-plugin-babel": "^4.5.13",
39
- "@vue/cli-service": "^4.5.13",
40
- "cross-env": "^7.0.3",
41
- "minimist": "^1.2.5",
42
- "rimraf": "^3.0.2",
43
- "rollup": "^2.52.8",
44
- "rollup-plugin-copy-assets": "^2.0.3",
45
- "rollup-plugin-sass": "^1.2.6",
46
- "rollup-plugin-terser": "^7.0.2",
47
- "rollup-plugin-visualizer": "^5.9.2",
48
- "rollup-plugin-vue": "^5.1.9",
49
- "rubles": "^0.2.0",
50
- "sass": "^1.32.0",
51
- "sass-loader": "^10.1.0",
52
- "vue": "^2.6.14",
53
- "vue-template-compiler": "^2.6.14"
54
- },
55
- "peerDependencies": {
56
- "vue": "^2.6.14"
57
- },
58
- "engines": {
59
- "node": ">=12"
60
- }
61
- }
1
+ {
2
+ "name": "rb-document-form-constructor",
3
+ "version": "0.9.24",
4
+ "description": "",
5
+ "main": "dist/rb-document-form-constructor.ssr.js",
6
+ "browser": "dist/rb-document-form-constructor.esm.js",
7
+ "module": "dist/rb-document-form-constructor.esm.js",
8
+ "unpkg": "dist/rb-document-form-constructor.min.js",
9
+ "files": [
10
+ "dist/*",
11
+ "src/**/*.vue"
12
+ ],
13
+ "sideEffects": false,
14
+ "scripts": {
15
+ "serve": "vue-cli-service serve dev/serve.js",
16
+ "prebuild": "rimraf ./dist",
17
+ "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
18
+ "build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
19
+ "build:es": "cross-env NODE_ENV=pеroduction rollup --config build/rollup.config.js --format es",
20
+ "build:unpkg": "cross-env kNODE_ENV=production rollup --config build/rollup.config.js --format iife"
21
+ },
22
+ "dependencies": {
23
+ "bootstrap": "^4.5.0",
24
+ "bootstrap-vue": "^2.15.0",
25
+ "rb-bv-components": "^2.5.63",
26
+ "typeof": "^1.0.0",
27
+ "vuedraggable": "^2.24.3"
28
+ },
29
+ "devDependencies": {
30
+ "@babel/core": "^7.14.6",
31
+ "@babel/preset-env": "^7.14.7",
32
+ "@rollup/plugin-alias": "^3.1.2",
33
+ "@rollup/plugin-babel": "^5.3.0",
34
+ "@rollup/plugin-commonjs": "^14.0.0",
35
+ "@rollup/plugin-json": "^6.0.0",
36
+ "@rollup/plugin-node-resolve": "^9.0.0",
37
+ "@rollup/plugin-replace": "^2.4.2",
38
+ "@vue/cli-plugin-babel": "^4.5.13",
39
+ "@vue/cli-service": "^4.5.13",
40
+ "cross-env": "^7.0.3",
41
+ "minimist": "^1.2.5",
42
+ "rimraf": "^3.0.2",
43
+ "rollup": "^2.52.8",
44
+ "rollup-plugin-copy-assets": "^2.0.3",
45
+ "rollup-plugin-sass": "^1.2.6",
46
+ "rollup-plugin-terser": "^7.0.2",
47
+ "rollup-plugin-visualizer": "^5.9.2",
48
+ "rollup-plugin-vue": "^5.1.9",
49
+ "rubles": "^0.2.0",
50
+ "sass": "^1.32.0",
51
+ "sass-loader": "^10.1.0",
52
+ "vue": "^2.6.14",
53
+ "vue-template-compiler": "^2.6.14"
54
+ },
55
+ "peerDependencies": {
56
+ "vue": "^2.6.14"
57
+ },
58
+ "engines": {
59
+ "node": ">=12"
60
+ }
61
+ }