cm-admin 1.0.2 → 1.0.5
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.
- checksums.yaml +4 -4
- data/.github/workflows/linters.yml +6 -2
- data/.gitignore +1 -1
- data/.stylelintrc.json +3 -0
- data/Gemfile.lock +19 -18
- data/app/assets/javascripts/cm_admin/application.js +1 -0
- data/app/assets/javascripts/cm_admin/exports.js +1 -1
- data/app/assets/javascripts/cm_admin/scaffolds.js +5 -1
- data/app/assets/javascripts/cm_admin/shared_scaffolds.js +132 -0
- data/app/assets/stylesheets/cm_admin/base/auth.scss +113 -0
- data/app/assets/stylesheets/cm_admin/base/common.scss +2 -2
- data/app/assets/stylesheets/cm_admin/base/form.scss +4 -0
- data/app/assets/stylesheets/cm_admin/base/table.scss +2 -1
- data/app/assets/stylesheets/cm_admin/cm_admin.css.scss +2 -0
- data/app/assets/stylesheets/cm_admin/dependency/flatpickr.min.css +13 -0
- data/app/assets/stylesheets/cm_admin/helpers/_mixins.scss +1 -1
- data/app/assets/stylesheets/cm_admin/pages/history_page.scss +49 -0
- data/app/controllers/cm_admin/resource_controller.rb +31 -7
- data/app/javascript/packs/cm_admin/application.js +1 -0
- data/app/javascript/packs/cm_admin/scaffolds.js +1 -136
- data/app/views/cm_admin/main/_nested_fields.html.slim +1 -1
- data/app/views/cm_admin/main/_nested_table_form.html.slim +2 -2
- data/app/views/cm_admin/main/_tabs.html.slim +5 -1
- data/app/views/cm_admin/main/associated_show.html.slim +1 -1
- data/app/views/cm_admin/main/history.html.slim +17 -0
- data/app/views/cm_admin/main/new.html.slim +2 -5
- data/app/views/cm_admin/main/show.html.slim +1 -1
- data/app/views/layouts/_left_sidebar_nav.html.slim +15 -19
- data/app/views/layouts/cm_admin.html.slim +2 -1
- data/config/routes.rb +9 -1
- data/lib/cm_admin/constants.rb +4 -0
- data/lib/cm_admin/model.rb +2 -2
- data/lib/cm_admin/models/action.rb +2 -1
- data/lib/cm_admin/models/dsl_method.rb +17 -19
- data/lib/cm_admin/models/section.rb +38 -0
- data/lib/cm_admin/version.rb +1 -1
- data/lib/cm_admin/view_helpers/form_helper.rb +55 -30
- data/lib/cm_admin/view_helpers/page_info_helper.rb +8 -0
- data/lib/generators/cm_admin/templates/application_policy.rb +4 -0
- data/package-lock.json +61 -61
- data/package.json +1 -1
- data/yarn.lock +64 -46
- metadata +8 -5
- data/.github/workflows/.stylelintrc.json +0 -3
- data/lib/cm_admin/models/cm_show_section.rb +0 -19
- data/tmp/cache/webpacker/last-compilation-digest-development +0 -1
data/package-lock.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"turbolinks": "^5.2.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"stylelint": "^14.
|
|
29
|
+
"stylelint": "^14.16.1",
|
|
30
30
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
31
31
|
"webpack-dev-server": "^4.9.3"
|
|
32
32
|
}
|
|
@@ -5849,9 +5849,9 @@
|
|
|
5849
5849
|
"license": "MIT"
|
|
5850
5850
|
},
|
|
5851
5851
|
"node_modules/ignore": {
|
|
5852
|
-
"version": "5.2.
|
|
5853
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.
|
|
5854
|
-
"integrity": "sha512-
|
|
5852
|
+
"version": "5.2.4",
|
|
5853
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
|
|
5854
|
+
"integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
|
|
5855
5855
|
"dev": true,
|
|
5856
5856
|
"engines": {
|
|
5857
5857
|
"node": ">= 4"
|
|
@@ -6513,9 +6513,9 @@
|
|
|
6513
6513
|
}
|
|
6514
6514
|
},
|
|
6515
6515
|
"node_modules/known-css-properties": {
|
|
6516
|
-
"version": "0.
|
|
6517
|
-
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.
|
|
6518
|
-
"integrity": "sha512-
|
|
6516
|
+
"version": "0.26.0",
|
|
6517
|
+
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz",
|
|
6518
|
+
"integrity": "sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==",
|
|
6519
6519
|
"dev": true
|
|
6520
6520
|
},
|
|
6521
6521
|
"node_modules/last-call-webpack-plugin": {
|
|
@@ -10995,15 +10995,15 @@
|
|
|
10995
10995
|
}
|
|
10996
10996
|
},
|
|
10997
10997
|
"node_modules/stylelint": {
|
|
10998
|
-
"version": "14.
|
|
10999
|
-
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.
|
|
11000
|
-
"integrity": "sha512-
|
|
10998
|
+
"version": "14.16.1",
|
|
10999
|
+
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz",
|
|
11000
|
+
"integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==",
|
|
11001
11001
|
"dev": true,
|
|
11002
11002
|
"dependencies": {
|
|
11003
11003
|
"@csstools/selector-specificity": "^2.0.2",
|
|
11004
11004
|
"balanced-match": "^2.0.0",
|
|
11005
11005
|
"colord": "^2.9.3",
|
|
11006
|
-
"cosmiconfig": "^7.0
|
|
11006
|
+
"cosmiconfig": "^7.1.0",
|
|
11007
11007
|
"css-functions-list": "^3.1.0",
|
|
11008
11008
|
"debug": "^4.3.4",
|
|
11009
11009
|
"fast-glob": "^3.2.12",
|
|
@@ -11013,21 +11013,21 @@
|
|
|
11013
11013
|
"globby": "^11.1.0",
|
|
11014
11014
|
"globjoin": "^0.1.4",
|
|
11015
11015
|
"html-tags": "^3.2.0",
|
|
11016
|
-
"ignore": "^5.2.
|
|
11016
|
+
"ignore": "^5.2.1",
|
|
11017
11017
|
"import-lazy": "^4.0.0",
|
|
11018
11018
|
"imurmurhash": "^0.1.4",
|
|
11019
11019
|
"is-plain-object": "^5.0.0",
|
|
11020
|
-
"known-css-properties": "^0.
|
|
11020
|
+
"known-css-properties": "^0.26.0",
|
|
11021
11021
|
"mathml-tag-names": "^2.1.3",
|
|
11022
11022
|
"meow": "^9.0.0",
|
|
11023
11023
|
"micromatch": "^4.0.5",
|
|
11024
11024
|
"normalize-path": "^3.0.0",
|
|
11025
11025
|
"picocolors": "^1.0.0",
|
|
11026
|
-
"postcss": "^8.4.
|
|
11026
|
+
"postcss": "^8.4.19",
|
|
11027
11027
|
"postcss-media-query-parser": "^0.2.3",
|
|
11028
11028
|
"postcss-resolve-nested-selector": "^0.1.1",
|
|
11029
11029
|
"postcss-safe-parser": "^6.0.0",
|
|
11030
|
-
"postcss-selector-parser": "^6.0.
|
|
11030
|
+
"postcss-selector-parser": "^6.0.11",
|
|
11031
11031
|
"postcss-value-parser": "^4.2.0",
|
|
11032
11032
|
"resolve-from": "^5.0.0",
|
|
11033
11033
|
"string-width": "^4.2.3",
|
|
@@ -11035,7 +11035,7 @@
|
|
|
11035
11035
|
"style-search": "^0.1.0",
|
|
11036
11036
|
"supports-hyperlinks": "^2.3.0",
|
|
11037
11037
|
"svg-tags": "^1.0.0",
|
|
11038
|
-
"table": "^6.8.
|
|
11038
|
+
"table": "^6.8.1",
|
|
11039
11039
|
"v8-compile-cache": "^2.3.0",
|
|
11040
11040
|
"write-file-atomic": "^4.0.2"
|
|
11041
11041
|
},
|
|
@@ -11225,9 +11225,9 @@
|
|
|
11225
11225
|
}
|
|
11226
11226
|
},
|
|
11227
11227
|
"node_modules/stylelint/node_modules/cosmiconfig": {
|
|
11228
|
-
"version": "7.0
|
|
11229
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.
|
|
11230
|
-
"integrity": "sha512-
|
|
11228
|
+
"version": "7.1.0",
|
|
11229
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
11230
|
+
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
11231
11231
|
"dev": true,
|
|
11232
11232
|
"dependencies": {
|
|
11233
11233
|
"@types/parse-json": "^4.0.0",
|
|
@@ -11365,9 +11365,9 @@
|
|
|
11365
11365
|
}
|
|
11366
11366
|
},
|
|
11367
11367
|
"node_modules/stylelint/node_modules/postcss": {
|
|
11368
|
-
"version": "8.4.
|
|
11369
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.
|
|
11370
|
-
"integrity": "sha512-
|
|
11368
|
+
"version": "8.4.20",
|
|
11369
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz",
|
|
11370
|
+
"integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==",
|
|
11371
11371
|
"dev": true,
|
|
11372
11372
|
"funding": [
|
|
11373
11373
|
{
|
|
@@ -11405,9 +11405,9 @@
|
|
|
11405
11405
|
}
|
|
11406
11406
|
},
|
|
11407
11407
|
"node_modules/stylelint/node_modules/postcss-selector-parser": {
|
|
11408
|
-
"version": "6.0.
|
|
11409
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.
|
|
11410
|
-
"integrity": "sha512-
|
|
11408
|
+
"version": "6.0.11",
|
|
11409
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
|
|
11410
|
+
"integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
|
|
11411
11411
|
"dev": true,
|
|
11412
11412
|
"dependencies": {
|
|
11413
11413
|
"cssesc": "^3.0.0",
|
|
@@ -11550,9 +11550,9 @@
|
|
|
11550
11550
|
}
|
|
11551
11551
|
},
|
|
11552
11552
|
"node_modules/table": {
|
|
11553
|
-
"version": "6.8.
|
|
11554
|
-
"resolved": "https://registry.npmjs.org/table/-/table-6.8.
|
|
11555
|
-
"integrity": "sha512-
|
|
11553
|
+
"version": "6.8.1",
|
|
11554
|
+
"resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
|
|
11555
|
+
"integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
|
|
11556
11556
|
"dev": true,
|
|
11557
11557
|
"dependencies": {
|
|
11558
11558
|
"ajv": "^8.0.1",
|
|
@@ -11566,9 +11566,9 @@
|
|
|
11566
11566
|
}
|
|
11567
11567
|
},
|
|
11568
11568
|
"node_modules/table/node_modules/ajv": {
|
|
11569
|
-
"version": "8.11.
|
|
11570
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.
|
|
11571
|
-
"integrity": "sha512-
|
|
11569
|
+
"version": "8.11.2",
|
|
11570
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz",
|
|
11571
|
+
"integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==",
|
|
11572
11572
|
"dev": true,
|
|
11573
11573
|
"dependencies": {
|
|
11574
11574
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -17636,9 +17636,9 @@
|
|
|
17636
17636
|
"integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE="
|
|
17637
17637
|
},
|
|
17638
17638
|
"ignore": {
|
|
17639
|
-
"version": "5.2.
|
|
17640
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.
|
|
17641
|
-
"integrity": "sha512-
|
|
17639
|
+
"version": "5.2.4",
|
|
17640
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
|
|
17641
|
+
"integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
|
|
17642
17642
|
"dev": true
|
|
17643
17643
|
},
|
|
17644
17644
|
"import-cwd": {
|
|
@@ -18058,9 +18058,9 @@
|
|
|
18058
18058
|
"integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA=="
|
|
18059
18059
|
},
|
|
18060
18060
|
"known-css-properties": {
|
|
18061
|
-
"version": "0.
|
|
18062
|
-
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.
|
|
18063
|
-
"integrity": "sha512-
|
|
18061
|
+
"version": "0.26.0",
|
|
18062
|
+
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz",
|
|
18063
|
+
"integrity": "sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==",
|
|
18064
18064
|
"dev": true
|
|
18065
18065
|
},
|
|
18066
18066
|
"last-call-webpack-plugin": {
|
|
@@ -21348,15 +21348,15 @@
|
|
|
21348
21348
|
}
|
|
21349
21349
|
},
|
|
21350
21350
|
"stylelint": {
|
|
21351
|
-
"version": "14.
|
|
21352
|
-
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.
|
|
21353
|
-
"integrity": "sha512-
|
|
21351
|
+
"version": "14.16.1",
|
|
21352
|
+
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz",
|
|
21353
|
+
"integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==",
|
|
21354
21354
|
"dev": true,
|
|
21355
21355
|
"requires": {
|
|
21356
21356
|
"@csstools/selector-specificity": "^2.0.2",
|
|
21357
21357
|
"balanced-match": "^2.0.0",
|
|
21358
21358
|
"colord": "^2.9.3",
|
|
21359
|
-
"cosmiconfig": "^7.0
|
|
21359
|
+
"cosmiconfig": "^7.1.0",
|
|
21360
21360
|
"css-functions-list": "^3.1.0",
|
|
21361
21361
|
"debug": "^4.3.4",
|
|
21362
21362
|
"fast-glob": "^3.2.12",
|
|
@@ -21366,21 +21366,21 @@
|
|
|
21366
21366
|
"globby": "^11.1.0",
|
|
21367
21367
|
"globjoin": "^0.1.4",
|
|
21368
21368
|
"html-tags": "^3.2.0",
|
|
21369
|
-
"ignore": "^5.2.
|
|
21369
|
+
"ignore": "^5.2.1",
|
|
21370
21370
|
"import-lazy": "^4.0.0",
|
|
21371
21371
|
"imurmurhash": "^0.1.4",
|
|
21372
21372
|
"is-plain-object": "^5.0.0",
|
|
21373
|
-
"known-css-properties": "^0.
|
|
21373
|
+
"known-css-properties": "^0.26.0",
|
|
21374
21374
|
"mathml-tag-names": "^2.1.3",
|
|
21375
21375
|
"meow": "^9.0.0",
|
|
21376
21376
|
"micromatch": "^4.0.5",
|
|
21377
21377
|
"normalize-path": "^3.0.0",
|
|
21378
21378
|
"picocolors": "^1.0.0",
|
|
21379
|
-
"postcss": "^8.4.
|
|
21379
|
+
"postcss": "^8.4.19",
|
|
21380
21380
|
"postcss-media-query-parser": "^0.2.3",
|
|
21381
21381
|
"postcss-resolve-nested-selector": "^0.1.1",
|
|
21382
21382
|
"postcss-safe-parser": "^6.0.0",
|
|
21383
|
-
"postcss-selector-parser": "^6.0.
|
|
21383
|
+
"postcss-selector-parser": "^6.0.11",
|
|
21384
21384
|
"postcss-value-parser": "^4.2.0",
|
|
21385
21385
|
"resolve-from": "^5.0.0",
|
|
21386
21386
|
"string-width": "^4.2.3",
|
|
@@ -21388,7 +21388,7 @@
|
|
|
21388
21388
|
"style-search": "^0.1.0",
|
|
21389
21389
|
"supports-hyperlinks": "^2.3.0",
|
|
21390
21390
|
"svg-tags": "^1.0.0",
|
|
21391
|
-
"table": "^6.8.
|
|
21391
|
+
"table": "^6.8.1",
|
|
21392
21392
|
"v8-compile-cache": "^2.3.0",
|
|
21393
21393
|
"write-file-atomic": "^4.0.2"
|
|
21394
21394
|
},
|
|
@@ -21422,9 +21422,9 @@
|
|
|
21422
21422
|
}
|
|
21423
21423
|
},
|
|
21424
21424
|
"cosmiconfig": {
|
|
21425
|
-
"version": "7.0
|
|
21426
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.
|
|
21427
|
-
"integrity": "sha512-
|
|
21425
|
+
"version": "7.1.0",
|
|
21426
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
21427
|
+
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
21428
21428
|
"dev": true,
|
|
21429
21429
|
"requires": {
|
|
21430
21430
|
"@types/parse-json": "^4.0.0",
|
|
@@ -21523,9 +21523,9 @@
|
|
|
21523
21523
|
}
|
|
21524
21524
|
},
|
|
21525
21525
|
"postcss": {
|
|
21526
|
-
"version": "8.4.
|
|
21527
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.
|
|
21528
|
-
"integrity": "sha512-
|
|
21526
|
+
"version": "8.4.20",
|
|
21527
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz",
|
|
21528
|
+
"integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==",
|
|
21529
21529
|
"dev": true,
|
|
21530
21530
|
"requires": {
|
|
21531
21531
|
"nanoid": "^3.3.4",
|
|
@@ -21541,9 +21541,9 @@
|
|
|
21541
21541
|
"requires": {}
|
|
21542
21542
|
},
|
|
21543
21543
|
"postcss-selector-parser": {
|
|
21544
|
-
"version": "6.0.
|
|
21545
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.
|
|
21546
|
-
"integrity": "sha512-
|
|
21544
|
+
"version": "6.0.11",
|
|
21545
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
|
|
21546
|
+
"integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
|
|
21547
21547
|
"dev": true,
|
|
21548
21548
|
"requires": {
|
|
21549
21549
|
"cssesc": "^3.0.0",
|
|
@@ -21744,9 +21744,9 @@
|
|
|
21744
21744
|
}
|
|
21745
21745
|
},
|
|
21746
21746
|
"table": {
|
|
21747
|
-
"version": "6.8.
|
|
21748
|
-
"resolved": "https://registry.npmjs.org/table/-/table-6.8.
|
|
21749
|
-
"integrity": "sha512-
|
|
21747
|
+
"version": "6.8.1",
|
|
21748
|
+
"resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
|
|
21749
|
+
"integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
|
|
21750
21750
|
"dev": true,
|
|
21751
21751
|
"requires": {
|
|
21752
21752
|
"ajv": "^8.0.1",
|
|
@@ -21757,9 +21757,9 @@
|
|
|
21757
21757
|
},
|
|
21758
21758
|
"dependencies": {
|
|
21759
21759
|
"ajv": {
|
|
21760
|
-
"version": "8.11.
|
|
21761
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.
|
|
21762
|
-
"integrity": "sha512-
|
|
21760
|
+
"version": "8.11.2",
|
|
21761
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz",
|
|
21762
|
+
"integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==",
|
|
21763
21763
|
"dev": true,
|
|
21764
21764
|
"requires": {
|
|
21765
21765
|
"fast-deep-equal": "^3.1.1",
|
data/package.json
CHANGED
data/yarn.lock
CHANGED
|
@@ -379,6 +379,7 @@
|
|
|
379
379
|
"@babel/plugin-proposal-private-property-in-object@^7.14.0":
|
|
380
380
|
version "7.14.0"
|
|
381
381
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz"
|
|
382
|
+
integrity sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==
|
|
382
383
|
dependencies:
|
|
383
384
|
"@babel/helper-annotate-as-pure" "^7.12.13"
|
|
384
385
|
"@babel/helper-create-class-features-plugin" "^7.14.0"
|
|
@@ -841,7 +842,7 @@
|
|
|
841
842
|
"@babel/types" "^7.4.4"
|
|
842
843
|
esutils "^2.0.2"
|
|
843
844
|
|
|
844
|
-
"@babel/runtime@^7.13.17", "@babel/runtime@^7.7.2":
|
|
845
|
+
"@babel/runtime@^7.13.17", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
|
|
845
846
|
version "7.14.0"
|
|
846
847
|
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz"
|
|
847
848
|
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
|
|
@@ -1381,7 +1382,7 @@ ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.4, ajv@^6.12.5:
|
|
|
1381
1382
|
json-schema-traverse "^0.4.1"
|
|
1382
1383
|
uri-js "^4.2.2"
|
|
1383
1384
|
|
|
1384
|
-
ajv@^8.0.0, ajv@^8.
|
|
1385
|
+
ajv@^8.0.0, ajv@^8.8.0:
|
|
1385
1386
|
version "8.11.0"
|
|
1386
1387
|
resolved "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz"
|
|
1387
1388
|
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
|
|
@@ -1391,6 +1392,16 @@ ajv@^8.0.0, ajv@^8.0.1, ajv@^8.8.0:
|
|
|
1391
1392
|
require-from-string "^2.0.2"
|
|
1392
1393
|
uri-js "^4.2.2"
|
|
1393
1394
|
|
|
1395
|
+
ajv@^8.0.1:
|
|
1396
|
+
version "8.11.2"
|
|
1397
|
+
resolved "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz"
|
|
1398
|
+
integrity sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==
|
|
1399
|
+
dependencies:
|
|
1400
|
+
fast-deep-equal "^3.1.1"
|
|
1401
|
+
json-schema-traverse "^1.0.0"
|
|
1402
|
+
require-from-string "^2.0.2"
|
|
1403
|
+
uri-js "^4.2.2"
|
|
1404
|
+
|
|
1394
1405
|
alphanum-sort@^1.0.0:
|
|
1395
1406
|
version "1.0.2"
|
|
1396
1407
|
resolved "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz"
|
|
@@ -1592,12 +1603,11 @@ babel-plugin-polyfill-regenerator@^0.2.0:
|
|
|
1592
1603
|
resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz"
|
|
1593
1604
|
integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==
|
|
1594
1605
|
dependencies:
|
|
1595
|
-
|
|
1596
|
-
import-cwd "^2.0.0"
|
|
1606
|
+
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
|
1597
1607
|
|
|
1598
1608
|
balanced-match@^1.0.0:
|
|
1599
1609
|
version "1.0.2"
|
|
1600
|
-
resolved "https://registry.
|
|
1610
|
+
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
|
|
1601
1611
|
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
|
1602
1612
|
|
|
1603
1613
|
balanced-match@^2.0.0:
|
|
@@ -1705,7 +1715,7 @@ bootstrap@^5.0.1:
|
|
|
1705
1715
|
|
|
1706
1716
|
brace-expansion@^1.1.7:
|
|
1707
1717
|
version "1.1.11"
|
|
1708
|
-
resolved "https://registry.
|
|
1718
|
+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
|
|
1709
1719
|
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
|
|
1710
1720
|
dependencies:
|
|
1711
1721
|
balanced-match "^1.0.0"
|
|
@@ -2195,8 +2205,8 @@ compression@^1.7.4:
|
|
|
2195
2205
|
|
|
2196
2206
|
concat-map@0.0.1:
|
|
2197
2207
|
version "0.0.1"
|
|
2198
|
-
resolved "https://registry.
|
|
2199
|
-
integrity
|
|
2208
|
+
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
|
|
2209
|
+
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
|
|
2200
2210
|
|
|
2201
2211
|
concat-stream@^1.5.0:
|
|
2202
2212
|
version "1.6.2"
|
|
@@ -2308,10 +2318,10 @@ cosmiconfig@^6.0.0:
|
|
|
2308
2318
|
path-type "^4.0.0"
|
|
2309
2319
|
yaml "^1.7.2"
|
|
2310
2320
|
|
|
2311
|
-
cosmiconfig@^7.0
|
|
2312
|
-
version "7.0
|
|
2313
|
-
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.
|
|
2314
|
-
integrity sha512-
|
|
2321
|
+
cosmiconfig@^7.1.0:
|
|
2322
|
+
version "7.1.0"
|
|
2323
|
+
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz"
|
|
2324
|
+
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
|
|
2315
2325
|
dependencies:
|
|
2316
2326
|
"@types/parse-json" "^4.0.0"
|
|
2317
2327
|
import-fresh "^3.2.1"
|
|
@@ -3660,10 +3670,10 @@ iferr@^0.1.5:
|
|
|
3660
3670
|
resolved "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz"
|
|
3661
3671
|
integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
|
|
3662
3672
|
|
|
3663
|
-
ignore@^5.2.0:
|
|
3664
|
-
version "5.2.
|
|
3665
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.
|
|
3666
|
-
integrity sha512-
|
|
3673
|
+
ignore@^5.2.0, ignore@^5.2.1:
|
|
3674
|
+
version "5.2.4"
|
|
3675
|
+
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz"
|
|
3676
|
+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
|
3667
3677
|
|
|
3668
3678
|
import-cwd@^2.0.0:
|
|
3669
3679
|
version "2.1.0"
|
|
@@ -4166,10 +4176,10 @@ klona@^2.0.4:
|
|
|
4166
4176
|
resolved "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz"
|
|
4167
4177
|
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
|
|
4168
4178
|
|
|
4169
|
-
known-css-properties@^0.
|
|
4170
|
-
version "0.
|
|
4171
|
-
resolved "https://registry.
|
|
4172
|
-
integrity sha512-
|
|
4179
|
+
known-css-properties@^0.26.0:
|
|
4180
|
+
version "0.26.0"
|
|
4181
|
+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.26.0.tgz#008295115abddc045a9f4ed7e2a84dc8b3a77649"
|
|
4182
|
+
integrity sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==
|
|
4173
4183
|
|
|
4174
4184
|
last-call-webpack-plugin@^3.0.0:
|
|
4175
4185
|
version "3.0.0"
|
|
@@ -4190,18 +4200,18 @@ loader-runner@^2.4.0:
|
|
|
4190
4200
|
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
|
|
4191
4201
|
|
|
4192
4202
|
loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
|
|
4193
|
-
version "1.4.
|
|
4194
|
-
resolved "https://registry.
|
|
4195
|
-
integrity sha512-
|
|
4203
|
+
version "1.4.2"
|
|
4204
|
+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
|
|
4205
|
+
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
|
|
4196
4206
|
dependencies:
|
|
4197
4207
|
big.js "^5.2.2"
|
|
4198
4208
|
emojis-list "^3.0.0"
|
|
4199
4209
|
json5 "^1.0.1"
|
|
4200
4210
|
|
|
4201
4211
|
loader-utils@^2.0.0:
|
|
4202
|
-
version "2.0.
|
|
4203
|
-
resolved "https://registry.
|
|
4204
|
-
integrity sha512-
|
|
4212
|
+
version "2.0.4"
|
|
4213
|
+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
|
|
4214
|
+
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
|
|
4205
4215
|
dependencies:
|
|
4206
4216
|
big.js "^5.2.2"
|
|
4207
4217
|
emojis-list "^3.0.0"
|
|
@@ -5734,7 +5744,15 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
|
|
|
5734
5744
|
cssesc "^3.0.0"
|
|
5735
5745
|
util-deprecate "^1.0.2"
|
|
5736
5746
|
|
|
5737
|
-
postcss-selector-parser@^6.0.
|
|
5747
|
+
postcss-selector-parser@^6.0.11:
|
|
5748
|
+
version "6.0.11"
|
|
5749
|
+
resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz"
|
|
5750
|
+
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==
|
|
5751
|
+
dependencies:
|
|
5752
|
+
cssesc "^3.0.0"
|
|
5753
|
+
util-deprecate "^1.0.2"
|
|
5754
|
+
|
|
5755
|
+
postcss-selector-parser@^6.0.6:
|
|
5738
5756
|
version "6.0.10"
|
|
5739
5757
|
resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz"
|
|
5740
5758
|
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
|
|
@@ -5793,10 +5811,10 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2
|
|
|
5793
5811
|
source-map "^0.6.1"
|
|
5794
5812
|
supports-color "^6.1.0"
|
|
5795
5813
|
|
|
5796
|
-
postcss@^8.4.
|
|
5797
|
-
version "8.4.
|
|
5798
|
-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.
|
|
5799
|
-
integrity sha512-
|
|
5814
|
+
postcss@^8.4.19:
|
|
5815
|
+
version "8.4.20"
|
|
5816
|
+
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz"
|
|
5817
|
+
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
|
|
5800
5818
|
dependencies:
|
|
5801
5819
|
nanoid "^3.3.4"
|
|
5802
5820
|
picocolors "^1.0.0"
|
|
@@ -6058,7 +6076,7 @@ regenerator-transform@^0.14.2:
|
|
|
6058
6076
|
resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz"
|
|
6059
6077
|
integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
|
|
6060
6078
|
dependencies:
|
|
6061
|
-
|
|
6079
|
+
"@babel/runtime" "^7.8.4"
|
|
6062
6080
|
|
|
6063
6081
|
regex-not@^1.0.0, regex-not@^1.0.2:
|
|
6064
6082
|
version "1.0.2"
|
|
@@ -6873,15 +6891,15 @@ stylelint-scss@^4.0.0:
|
|
|
6873
6891
|
postcss-selector-parser "^6.0.6"
|
|
6874
6892
|
postcss-value-parser "^4.1.0"
|
|
6875
6893
|
|
|
6876
|
-
stylelint@^14.
|
|
6877
|
-
version "14.
|
|
6878
|
-
resolved "https://registry.npmjs.org/stylelint/-/stylelint-14.
|
|
6879
|
-
integrity sha512-
|
|
6894
|
+
stylelint@^14.16.1:
|
|
6895
|
+
version "14.16.1"
|
|
6896
|
+
resolved "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz"
|
|
6897
|
+
integrity sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==
|
|
6880
6898
|
dependencies:
|
|
6881
6899
|
"@csstools/selector-specificity" "^2.0.2"
|
|
6882
6900
|
balanced-match "^2.0.0"
|
|
6883
6901
|
colord "^2.9.3"
|
|
6884
|
-
cosmiconfig "^7.0
|
|
6902
|
+
cosmiconfig "^7.1.0"
|
|
6885
6903
|
css-functions-list "^3.1.0"
|
|
6886
6904
|
debug "^4.3.4"
|
|
6887
6905
|
fast-glob "^3.2.12"
|
|
@@ -6891,21 +6909,21 @@ stylelint@^14.14.0:
|
|
|
6891
6909
|
globby "^11.1.0"
|
|
6892
6910
|
globjoin "^0.1.4"
|
|
6893
6911
|
html-tags "^3.2.0"
|
|
6894
|
-
ignore "^5.2.
|
|
6912
|
+
ignore "^5.2.1"
|
|
6895
6913
|
import-lazy "^4.0.0"
|
|
6896
6914
|
imurmurhash "^0.1.4"
|
|
6897
6915
|
is-plain-object "^5.0.0"
|
|
6898
|
-
known-css-properties "^0.
|
|
6916
|
+
known-css-properties "^0.26.0"
|
|
6899
6917
|
mathml-tag-names "^2.1.3"
|
|
6900
6918
|
meow "^9.0.0"
|
|
6901
6919
|
micromatch "^4.0.5"
|
|
6902
6920
|
normalize-path "^3.0.0"
|
|
6903
6921
|
picocolors "^1.0.0"
|
|
6904
|
-
postcss "^8.4.
|
|
6922
|
+
postcss "^8.4.19"
|
|
6905
6923
|
postcss-media-query-parser "^0.2.3"
|
|
6906
6924
|
postcss-resolve-nested-selector "^0.1.1"
|
|
6907
6925
|
postcss-safe-parser "^6.0.0"
|
|
6908
|
-
postcss-selector-parser "^6.0.
|
|
6926
|
+
postcss-selector-parser "^6.0.11"
|
|
6909
6927
|
postcss-value-parser "^4.2.0"
|
|
6910
6928
|
resolve-from "^5.0.0"
|
|
6911
6929
|
string-width "^4.2.3"
|
|
@@ -6913,7 +6931,7 @@ stylelint@^14.14.0:
|
|
|
6913
6931
|
style-search "^0.1.0"
|
|
6914
6932
|
supports-hyperlinks "^2.3.0"
|
|
6915
6933
|
svg-tags "^1.0.0"
|
|
6916
|
-
table "^6.8.
|
|
6934
|
+
table "^6.8.1"
|
|
6917
6935
|
v8-compile-cache "^2.3.0"
|
|
6918
6936
|
write-file-atomic "^4.0.2"
|
|
6919
6937
|
|
|
@@ -6970,10 +6988,10 @@ svgo@^1.0.0:
|
|
|
6970
6988
|
unquote "~1.1.1"
|
|
6971
6989
|
util.promisify "~1.0.0"
|
|
6972
6990
|
|
|
6973
|
-
table@^6.8.
|
|
6974
|
-
version "6.8.
|
|
6975
|
-
resolved "https://registry.npmjs.org/table/-/table-6.8.
|
|
6976
|
-
integrity sha512-
|
|
6991
|
+
table@^6.8.1:
|
|
6992
|
+
version "6.8.1"
|
|
6993
|
+
resolved "https://registry.npmjs.org/table/-/table-6.8.1.tgz"
|
|
6994
|
+
integrity sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==
|
|
6977
6995
|
dependencies:
|
|
6978
6996
|
ajv "^8.0.1"
|
|
6979
6997
|
lodash.truncate "^4.4.2"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cm-admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sajinmp
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-
|
|
13
|
+
date: 2023-05-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -164,10 +164,10 @@ files:
|
|
|
164
164
|
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
|
165
165
|
- ".github/ISSUE_TEMPLATE/config.yml"
|
|
166
166
|
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
|
167
|
-
- ".github/workflows/.stylelintrc.json"
|
|
168
167
|
- ".github/workflows/linters.yml"
|
|
169
168
|
- ".gitignore"
|
|
170
169
|
- ".rspec"
|
|
170
|
+
- ".stylelintrc.json"
|
|
171
171
|
- ".travis.yml"
|
|
172
172
|
- CODE_OF_CONDUCT.md
|
|
173
173
|
- Gemfile
|
|
@@ -184,6 +184,7 @@ files:
|
|
|
184
184
|
- app/assets/javascripts/cm_admin/form_validation.js
|
|
185
185
|
- app/assets/javascripts/cm_admin/quick_search.js
|
|
186
186
|
- app/assets/javascripts/cm_admin/scaffolds.js
|
|
187
|
+
- app/assets/javascripts/cm_admin/shared_scaffolds.js
|
|
187
188
|
- app/assets/stylesheets/cm_admin/base/auth.scss
|
|
188
189
|
- app/assets/stylesheets/cm_admin/base/common.scss
|
|
189
190
|
- app/assets/stylesheets/cm_admin/base/filters.scss
|
|
@@ -207,9 +208,11 @@ files:
|
|
|
207
208
|
- app/assets/stylesheets/cm_admin/components/_status-tag.scss
|
|
208
209
|
- app/assets/stylesheets/cm_admin/components/index.scss
|
|
209
210
|
- app/assets/stylesheets/cm_admin/dependency/bootstrap.min.css
|
|
211
|
+
- app/assets/stylesheets/cm_admin/dependency/flatpickr.min.css
|
|
210
212
|
- app/assets/stylesheets/cm_admin/helpers/_mixins.scss
|
|
211
213
|
- app/assets/stylesheets/cm_admin/helpers/_variable.scss
|
|
212
214
|
- app/assets/stylesheets/cm_admin/helpers/index.scss
|
|
215
|
+
- app/assets/stylesheets/cm_admin/pages/history_page.scss
|
|
213
216
|
- app/assets/stylesheets/cm_admin/pages/import_page.scss
|
|
214
217
|
- app/assets/stylesheets/cm_admin/scaffold.scss
|
|
215
218
|
- app/controllers/cm_admin/application_controller.rb
|
|
@@ -240,6 +243,7 @@ files:
|
|
|
240
243
|
- app/views/cm_admin/main/associated_show.html.slim
|
|
241
244
|
- app/views/cm_admin/main/dashboard.html.slim
|
|
242
245
|
- app/views/cm_admin/main/edit.html.slim
|
|
246
|
+
- app/views/cm_admin/main/history.html.slim
|
|
243
247
|
- app/views/cm_admin/main/import_form.html.slim
|
|
244
248
|
- app/views/cm_admin/main/index.html.slim
|
|
245
249
|
- app/views/cm_admin/main/new.html.slim
|
|
@@ -278,7 +282,6 @@ files:
|
|
|
278
282
|
- lib/cm_admin/models/action.rb
|
|
279
283
|
- lib/cm_admin/models/actions/blocks.rb
|
|
280
284
|
- lib/cm_admin/models/blocks.rb
|
|
281
|
-
- lib/cm_admin/models/cm_show_section.rb
|
|
282
285
|
- lib/cm_admin/models/column.rb
|
|
283
286
|
- lib/cm_admin/models/custom_action.rb
|
|
284
287
|
- lib/cm_admin/models/dsl_method.rb
|
|
@@ -287,6 +290,7 @@ files:
|
|
|
287
290
|
- lib/cm_admin/models/filter.rb
|
|
288
291
|
- lib/cm_admin/models/form_field.rb
|
|
289
292
|
- lib/cm_admin/models/importer.rb
|
|
293
|
+
- lib/cm_admin/models/section.rb
|
|
290
294
|
- lib/cm_admin/models/tab.rb
|
|
291
295
|
- lib/cm_admin/models/utils/associations.rb
|
|
292
296
|
- lib/cm_admin/utils.rb
|
|
@@ -334,7 +338,6 @@ files:
|
|
|
334
338
|
- package-lock.json
|
|
335
339
|
- package.json
|
|
336
340
|
- postcss.config.js
|
|
337
|
-
- tmp/cache/webpacker/last-compilation-digest-development
|
|
338
341
|
- yarn.lock
|
|
339
342
|
homepage: https://github.com/commutatus/cm-admin
|
|
340
343
|
licenses:
|