@lazycatcloud/lzc-cli 1.2.58 → 1.2.60

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.
Files changed (62) hide show
  1. package/changelog.md +11 -0
  2. package/lib/app/lpk_build.js +5 -0
  3. package/lib/app/lpk_create_generator.js +0 -152
  4. package/lib/app/lpk_installer.js +9 -5
  5. package/lib/appstore/index.js +15 -6
  6. package/lib/appstore/login.js +13 -1
  7. package/lib/debug_bridge.js +33 -1
  8. package/lib/shellapi.js +0 -31
  9. package/package.json +1 -1
  10. package/template/blank/lzc-build.yml +15 -16
  11. package/template/blank/lzc-manifest.yml +4 -4
  12. package/template/_lpk/golang.manifest.yml.in +0 -16
  13. package/template/_lpk/lite.manifest.yml.in +0 -19
  14. package/template/golang/.godir +0 -1
  15. package/template/golang/README.md +0 -10
  16. package/template/golang/_gitignore +0 -2
  17. package/template/golang/assets/css/bootstrap-responsive.css +0 -1091
  18. package/template/golang/assets/css/bootstrap-responsive.min.css +0 -1073
  19. package/template/golang/assets/css/bootstrap.css +0 -6264
  20. package/template/golang/assets/css/bootstrap.min.css +0 -5307
  21. package/template/golang/assets/css/rego.css +0 -45
  22. package/template/golang/assets/img/glyphicons-halflings-white.png +0 -0
  23. package/template/golang/assets/img/glyphicons-halflings.png +0 -0
  24. package/template/golang/assets/js/bootstrap.js +0 -2054
  25. package/template/golang/assets/js/bootstrap.min.js +0 -1241
  26. package/template/golang/assets/js/rego.js +0 -132
  27. package/template/golang/build.sh +0 -12
  28. package/template/golang/go.mod +0 -3
  29. package/template/golang/index.html +0 -269
  30. package/template/golang/lazycat.png +0 -0
  31. package/template/golang/lzc-build.yml +0 -60
  32. package/template/golang/rego.go +0 -82
  33. package/template/golang/rego_test.go +0 -13
  34. package/template/ionic_vue3/README.md +0 -46
  35. package/template/ionic_vue3/_eslintrc.cjs +0 -24
  36. package/template/ionic_vue3/_gitignore +0 -29
  37. package/template/ionic_vue3/_vscode/extensions.json +0 -6
  38. package/template/ionic_vue3/capacitor.config.ts +0 -10
  39. package/template/ionic_vue3/env.d.ts +0 -1
  40. package/template/ionic_vue3/index.html +0 -13
  41. package/template/ionic_vue3/ionic.config.json +0 -7
  42. package/template/ionic_vue3/lazycat.png +0 -0
  43. package/template/ionic_vue3/lzc-build.yml +0 -61
  44. package/template/ionic_vue3/package-lock.json +0 -8100
  45. package/template/ionic_vue3/package.json +0 -52
  46. package/template/ionic_vue3/postcss.config.js +0 -6
  47. package/template/ionic_vue3/public/favicon.ico +0 -0
  48. package/template/ionic_vue3/src/App.vue +0 -11
  49. package/template/ionic_vue3/src/assets/logo.svg +0 -1
  50. package/template/ionic_vue3/src/index.css +0 -3
  51. package/template/ionic_vue3/src/main.ts +0 -35
  52. package/template/ionic_vue3/src/router/index.ts +0 -15
  53. package/template/ionic_vue3/src/theme/variables.css +0 -231
  54. package/template/ionic_vue3/src/views/Home.vue +0 -38
  55. package/template/ionic_vue3/tailwind.config.js +0 -7
  56. package/template/ionic_vue3/tsconfig.json +0 -16
  57. package/template/ionic_vue3/tsconfig.vite-config.json +0 -8
  58. package/template/ionic_vue3/vite.config.ts +0 -28
  59. package/template/lite/_gitignore +0 -4
  60. package/template/lite/error_pages/502.html.tpl +0 -13
  61. package/template/lite/lazycat.png +0 -0
  62. package/template/lite/lzc-build.yml +0 -59
@@ -1,45 +0,0 @@
1
- .container {
2
- width: auto;
3
- max-width: 1000px;
4
- }
5
-
6
- .container .credit {
7
- margin: 20px 0;
8
- }
9
-
10
- #regexpForm {
11
- border-right: 1px solid #eee;
12
- }
13
-
14
- #regexpInput {
15
- width: 92%;
16
- }
17
-
18
- #testStringInput {
19
- width: 92%;
20
- }
21
-
22
- #quickref {
23
- font-size: 13px;
24
- }
25
-
26
- #quickref h3 {
27
- text-align: center;
28
- margin: 0px 0px 20px 0px;
29
- }
30
-
31
- #quickref td {
32
- padding-right: 18px;
33
- }
34
-
35
- #quickrefFooter {
36
- text-align: center;
37
- margin-top: 15px;
38
- border-top: 1px solid #cecece;
39
- padding-top: 15px;
40
- font-size: 12px;
41
- }
42
-
43
- #quickrefFooter p {
44
- margin-bottom: 0px;
45
- }