@dckj-npm/dc-material 0.1.7 → 0.1.8

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 (139) hide show
  1. package/build/index.js +12 -19
  2. package/build/lowcode/assets-daily.json +11 -11
  3. package/build/lowcode/assets-dev.json +2 -2
  4. package/build/lowcode/assets-prod.json +11 -11
  5. package/build/lowcode/index.js +1 -1
  6. package/build/lowcode/meta.js +1 -1
  7. package/build/lowcode/preview.js +8 -8
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +10 -10
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +8 -8
  12. package/dist/BizComps.css +1 -1
  13. package/dist/BizComps.js +5 -5
  14. package/dist/BizComps.js.map +1 -1
  15. package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  16. package/es/components/bottom-navigation/index.d.ts +3 -3
  17. package/es/components/colorful-button/colorful-button.d.ts +12 -12
  18. package/es/components/colorful-button/index.d.ts +3 -3
  19. package/es/components/colorful-input/colorful-input.d.ts +8 -8
  20. package/es/components/colorful-input/index.d.ts +3 -3
  21. package/es/components/dc-slider/index.d.ts +3 -3
  22. package/es/components/dc-slider/slider.d.ts +32 -32
  23. package/es/components/menu-list/index.d.ts +6 -0
  24. package/es/components/menu-list/index.js +6 -0
  25. package/es/components/menu-list/index.scss +16 -0
  26. package/es/components/menu-list/menu-list-item.d.ts +5 -0
  27. package/es/components/menu-list/menu-list-item.js +32 -0
  28. package/es/components/menu-list/menu-list-item.scss +49 -0
  29. package/es/components/menu-list/menu-list.d.ts +5 -0
  30. package/es/components/menu-list/menu-list.js +25 -0
  31. package/es/components/menu-list/types.d.ts +23 -0
  32. package/es/components/menu-list/types.js +1 -0
  33. package/es/components/teletext-list/index.d.ts +6 -6
  34. package/es/components/teletext-list/index.js +2 -2
  35. package/es/components/teletext-list/index.scss +16 -16
  36. package/es/components/teletext-list/teletext-list-item.d.ts +42 -42
  37. package/es/components/teletext-list/teletext-list-item.js +2 -2
  38. package/es/components/teletext-list/teletext-list-item.scss +74 -74
  39. package/es/components/teletext-list/teletext-list.d.ts +53 -53
  40. package/es/components/teletext-list/teletext-list.js +2 -2
  41. package/es/components/title/index.d.ts +8 -8
  42. package/es/components/title/index.js +2 -2
  43. package/es/components/title/title-1.d.ts +10 -10
  44. package/es/components/title/title-1.scss +26 -26
  45. package/es/components/title/title-2.d.ts +18 -18
  46. package/es/components/title/title-2.scss +22 -22
  47. package/es/index.d.ts +14 -12
  48. package/es/index.js +1 -0
  49. package/es/index.scss +3 -3
  50. package/es/variables.d.ts +2 -2
  51. package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  52. package/lib/components/bottom-navigation/index.d.ts +3 -3
  53. package/lib/components/colorful-button/colorful-button.d.ts +12 -12
  54. package/lib/components/colorful-button/index.d.ts +3 -3
  55. package/lib/components/colorful-input/colorful-input.d.ts +8 -8
  56. package/lib/components/colorful-input/index.d.ts +3 -3
  57. package/lib/components/dc-slider/index.d.ts +3 -3
  58. package/lib/components/dc-slider/slider.d.ts +32 -32
  59. package/lib/components/menu-list/index.d.ts +6 -0
  60. package/lib/components/{position → menu-list}/index.js +5 -2
  61. package/lib/components/menu-list/index.scss +16 -0
  62. package/lib/components/menu-list/menu-list-item.d.ts +5 -0
  63. package/lib/components/menu-list/menu-list-item.js +37 -0
  64. package/lib/components/menu-list/menu-list-item.scss +49 -0
  65. package/lib/components/menu-list/menu-list.d.ts +5 -0
  66. package/lib/components/menu-list/menu-list.js +30 -0
  67. package/lib/components/menu-list/types.d.ts +23 -0
  68. package/lib/components/menu-list/types.js +3 -0
  69. package/lib/components/teletext-list/index.d.ts +6 -6
  70. package/lib/components/teletext-list/index.js +2 -2
  71. package/lib/components/teletext-list/index.scss +16 -16
  72. package/lib/components/teletext-list/teletext-list-item.d.ts +42 -42
  73. package/lib/components/teletext-list/teletext-list-item.js +2 -2
  74. package/lib/components/teletext-list/teletext-list-item.scss +74 -74
  75. package/lib/components/teletext-list/teletext-list.d.ts +53 -53
  76. package/lib/components/teletext-list/teletext-list.js +2 -2
  77. package/lib/components/title/index.d.ts +8 -8
  78. package/lib/components/title/title-1.d.ts +10 -10
  79. package/lib/components/title/title-1.scss +26 -26
  80. package/lib/components/title/title-2.d.ts +18 -18
  81. package/lib/components/title/title-2.scss +22 -22
  82. package/lib/index.d.ts +14 -12
  83. package/lib/index.js +3 -1
  84. package/lib/index.scss +3 -3
  85. package/lib/variables.d.ts +2 -2
  86. package/lowcode/d-c-slider/meta.ts +1 -1
  87. package/lowcode/d-c-slider/snippets.ts +42 -42
  88. package/lowcode/menu-list/meta.ts +147 -0
  89. package/lowcode/navigation/meta.ts +1 -1
  90. package/lowcode/teletext-list/meta.ts +300 -300
  91. package/lowcode/title1/meta.ts +59 -59
  92. package/lowcode/title2/meta.ts +93 -93
  93. package/lowcode_es/d-c-slider/meta.d.ts +140 -140
  94. package/lowcode_es/d-c-slider/meta.js +1 -1
  95. package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
  96. package/lowcode_es/menu-list/meta.d.ts +22 -0
  97. package/lowcode_es/menu-list/meta.js +128 -0
  98. package/lowcode_es/meta.js +8 -7
  99. package/lowcode_es/navigation/meta.d.ts +22 -22
  100. package/lowcode_es/navigation/meta.js +1 -1
  101. package/lowcode_es/teletext-list/meta.d.ts +22 -22
  102. package/lowcode_es/teletext-list/meta.js +1 -1
  103. package/lowcode_es/title1/meta.d.ts +22 -22
  104. package/lowcode_es/title1/meta.js +1 -1
  105. package/lowcode_es/title2/meta.d.ts +22 -22
  106. package/lowcode_es/title2/meta.js +1 -1
  107. package/lowcode_es/view.js +3 -3
  108. package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
  109. package/lowcode_lib/d-c-slider/meta.js +1 -1
  110. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
  111. package/lowcode_lib/menu-list/meta.d.ts +22 -0
  112. package/lowcode_lib/menu-list/meta.js +133 -0
  113. package/lowcode_lib/meta.js +8 -7
  114. package/lowcode_lib/navigation/meta.d.ts +22 -22
  115. package/lowcode_lib/navigation/meta.js +1 -1
  116. package/lowcode_lib/teletext-list/meta.d.ts +22 -22
  117. package/lowcode_lib/teletext-list/meta.js +1 -1
  118. package/lowcode_lib/title1/meta.d.ts +22 -22
  119. package/lowcode_lib/title1/meta.js +1 -1
  120. package/lowcode_lib/title2/meta.d.ts +22 -22
  121. package/lowcode_lib/title2/meta.js +1 -1
  122. package/lowcode_lib/view.js +2 -2
  123. package/package.json +3 -3
  124. package/build/docs/colorful-button.html +0 -48
  125. package/build/docs/colorful-input.html +0 -48
  126. package/build/docs/index.html +0 -48
  127. package/build/docs/umi.7f7df875.css +0 -8
  128. package/build/docs/umi.7face50a.js +0 -1
  129. package/build/docs/~demos/colorful-button-demo.html +0 -47
  130. package/build/docs/~demos/colorful-input-demo.html +0 -47
  131. package/es/components/position/index.d.ts +0 -3
  132. package/es/components/position/index.js +0 -2
  133. package/es/components/position/index.scss +0 -16
  134. package/es/components/position/position.d.ts +0 -13
  135. package/es/components/position/position.js +0 -39
  136. package/lib/components/position/index.d.ts +0 -3
  137. package/lib/components/position/index.scss +0 -16
  138. package/lib/components/position/position.d.ts +0 -13
  139. package/lib/components/position/position.js +0 -46
@@ -1,22 +1,22 @@
1
- import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
- declare const _default: {
3
- snippets: IPublicTypeSnippet[];
4
- componentName: string;
5
- uri?: string;
6
- title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
- tags?: string[];
9
- description?: string;
10
- docUrl?: string;
11
- screenshot?: string;
12
- devMode?: "proCode" | "lowCode";
13
- npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
- props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
- experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
- schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
- group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
- category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
- priority?: number;
21
- };
22
- export default _default;
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -13,7 +13,7 @@ var Title1Meta = {
13
13
  "devMode": "proCode",
14
14
  "npm": {
15
15
  "package": "@dckj-npm/dc-material",
16
- "version": "0.1.7",
16
+ "version": "0.1.8",
17
17
  "exportName": "Title1",
18
18
  "main": "src/index.tsx",
19
19
  "destructuring": true,
@@ -1,22 +1,22 @@
1
- import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
- declare const _default: {
3
- snippets: IPublicTypeSnippet[];
4
- componentName: string;
5
- uri?: string;
6
- title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
- tags?: string[];
9
- description?: string;
10
- docUrl?: string;
11
- screenshot?: string;
12
- devMode?: "proCode" | "lowCode";
13
- npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
- props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
- experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
- schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
- group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
- category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
- priority?: number;
21
- };
22
- export default _default;
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -13,7 +13,7 @@ var Title2Meta = {
13
13
  "devMode": "proCode",
14
14
  "npm": {
15
15
  "package": "@dckj-npm/dc-material",
16
- "version": "0.1.7",
16
+ "version": "0.1.8",
17
17
  "exportName": "Title2",
18
18
  "main": "src/index.tsx",
19
19
  "destructuring": true,
@@ -3,14 +3,14 @@
3
3
  exports.__esModule = true;
4
4
  var _exportNames = {};
5
5
  exports["default"] = void 0;
6
- var componentInstances = _interopRequireWildcard(require("G:/Project/Company/DongChen/lowcode/dc-material/src/index"));
6
+ var componentInstances = _interopRequireWildcard(require("../lib/index"));
7
7
  Object.keys(componentInstances).forEach(function (key) {
8
8
  if (key === "default" || key === "__esModule") return;
9
9
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
10
10
  if (key in exports && exports[key] === componentInstances[key]) return;
11
11
  exports[key] = componentInstances[key];
12
12
  });
13
- require("G:/Project/Company/DongChen/lowcode/dc-material/src/index.scss");
13
+ require("../lib/index.scss");
14
14
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
15
15
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
16
16
  var entryDefault = exports["default"] = componentInstances["default"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -101,10 +101,10 @@
101
101
  },
102
102
  "componentConfig": {
103
103
  "isComponentLibrary": true,
104
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.7/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.8/build/lowcode/assets-prod.json"
105
105
  },
106
106
  "lcMeta": {
107
107
  "type": "component"
108
108
  },
109
- "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.7/build/index.html"
109
+ "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.8/build/index.html"
110
110
  }
@@ -1,48 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta
6
- name="viewport"
7
- content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8
- />
9
- <style>
10
- .__dumi-default-menu {
11
- display: none;
12
- }
13
- .__dumi-default-layout {
14
- padding-left: 58px !important;
15
- }
16
- </style>
17
- <link
18
- rel="stylesheet"
19
- href="/dc-material@0.1.7/build/docs/umi.7f7df875.css"
20
- />
21
- <script>
22
- window.routerBase = "/dc-material@0.1.7/build/docs/";
23
- </script>
24
- <script>
25
- //! umi version: 3.5.42
26
- </script>
27
- <script>
28
- !(function () {
29
- var e =
30
- navigator.cookieEnabled && void 0 !== window.localStorage
31
- ? localStorage.getItem("dumi:prefers-color")
32
- : "auto",
33
- o = window.matchMedia("(prefers-color-scheme: dark)").matches,
34
- t = ["light", "dark", "auto"];
35
- document.documentElement.setAttribute(
36
- "data-prefers-color",
37
- e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
38
- );
39
- })();
40
- </script>
41
- <title>何时使用 - @dckj-npm/dc-material</title>
42
- </head>
43
- <body>
44
- <div id="root"></div>
45
-
46
- <script src="/dc-material@0.1.7/build/docs/umi.7face50a.js"></script>
47
- </body>
48
- </html>
@@ -1,48 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta
6
- name="viewport"
7
- content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8
- />
9
- <style>
10
- .__dumi-default-menu {
11
- display: none;
12
- }
13
- .__dumi-default-layout {
14
- padding-left: 58px !important;
15
- }
16
- </style>
17
- <link
18
- rel="stylesheet"
19
- href="/dc-material@0.1.7/build/docs/umi.7f7df875.css"
20
- />
21
- <script>
22
- window.routerBase = "/dc-material@0.1.7/build/docs/";
23
- </script>
24
- <script>
25
- //! umi version: 3.5.42
26
- </script>
27
- <script>
28
- !(function () {
29
- var e =
30
- navigator.cookieEnabled && void 0 !== window.localStorage
31
- ? localStorage.getItem("dumi:prefers-color")
32
- : "auto",
33
- o = window.matchMedia("(prefers-color-scheme: dark)").matches,
34
- t = ["light", "dark", "auto"];
35
- document.documentElement.setAttribute(
36
- "data-prefers-color",
37
- e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
38
- );
39
- })();
40
- </script>
41
- <title>何时使用 - @dckj-npm/dc-material</title>
42
- </head>
43
- <body>
44
- <div id="root"></div>
45
-
46
- <script src="/dc-material@0.1.7/build/docs/umi.7face50a.js"></script>
47
- </body>
48
- </html>
@@ -1,48 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta
6
- name="viewport"
7
- content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8
- />
9
- <style>
10
- .__dumi-default-menu {
11
- display: none;
12
- }
13
- .__dumi-default-layout {
14
- padding-left: 58px !important;
15
- }
16
- </style>
17
- <link
18
- rel="stylesheet"
19
- href="/dc-material@0.1.7/build/docs/umi.7f7df875.css"
20
- />
21
- <script>
22
- window.routerBase = "/dc-material@0.1.7/build/docs/";
23
- </script>
24
- <script>
25
- //! umi version: 3.5.42
26
- </script>
27
- <script>
28
- !(function () {
29
- var e =
30
- navigator.cookieEnabled && void 0 !== window.localStorage
31
- ? localStorage.getItem("dumi:prefers-color")
32
- : "auto",
33
- o = window.matchMedia("(prefers-color-scheme: dark)").matches,
34
- t = ["light", "dark", "auto"];
35
- document.documentElement.setAttribute(
36
- "data-prefers-color",
37
- e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
38
- );
39
- })();
40
- </script>
41
- <title>@dckj-npm/dc-material</title>
42
- </head>
43
- <body>
44
- <div id="root"></div>
45
-
46
- <script src="/dc-material@0.1.7/build/docs/umi.7face50a.js"></script>
47
- </body>
48
- </html>