Forráskód Böngészése

Add two icon and update doc

杜府 3 éve
szülő
commit
64cf6ddb60

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
components/assets/fonts/stdf.remixicon.symbol.svg


+ 1 - 0
components/assets/svg_base/ri-more-fill.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 10C3.9 10 3 10.9 3 12C3 13.1 3.9 14 5 14C6.1 14 7 13.1 7 12C7 10.9 6.1 10 5 10ZM19 10C17.9 10 17 10.9 17 12C17 13.1 17.9 14 19 14C20.1 14 21 13.1 21 12C21 10.9 20.1 10 19 10ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z"></path></svg>

+ 2 - 0
doc/components/icon/guide.md

@@ -24,6 +24,8 @@ STDF 部分组件内使用的图标源自 [Remix Icon 图标库](https://remixic
 | ri-arrow-left-s-line          | NavBar           |
 | ri-volume-down-line           | NoticeBar        |
 | ri-close-line                 | NoticeBar        |
+| ri-more-line                  | Pagination       |
+| ri-more-fill                  | Pagination       |
 | ri-radio-button-line          | Radio            |
 | ri-checkbox-blank-circle-line | Radio            |
 | ri-star-fill                  | Rate             |

+ 2 - 0
doc/components/icon/guide_en.md

@@ -24,6 +24,8 @@ Usage is as follows:
 | ri-arrow-left-s-line          | NavBar           |
 | ri-volume-down-line           | NoticeBar        |
 | ri-close-line                 | NoticeBar        |
+| ri-more-line                  | Pagination       |
+| ri-more-fill                  | Pagination       |
 | ri-radio-button-line          | Radio            |
 | ri-checkbox-blank-circle-line | Radio            |
 | ri-star-fill                  | Rate             |

+ 2 - 0
doc/guide/icon.md

@@ -24,6 +24,8 @@ STDF 部分组件内使用的图标源自 [Remix Icon 图标库](https://remixic
 | ri-arrow-left-s-line          | NavBar           |
 | ri-volume-down-line           | NoticeBar        |
 | ri-close-line                 | NoticeBar        |
+| ri-more-line                  | Pagination       |
+| ri-more-fill                  | Pagination       |
 | ri-radio-button-line          | Radio            |
 | ri-checkbox-blank-circle-line | Radio            |
 | ri-star-fill                  | Rate             |

+ 26 - 24
doc/guide/icon_en.md

@@ -14,27 +14,29 @@ Some icons used within STDF components are sourced from [Remix Icon Library](htt
 
 You can use them as follows:
 
-| Icon Name                      | Component          |
-| ------------------------------ | ------------------ |
-| ri-user-3-line                 | Avatar             |
-| ri-arrow-right-s-line          | Cell / NoticeBar   |
-| ri-checkbox-fill               | Checkbox           |
-| ri-checkbox-line               | Checkbox           |
-| ri-close-circle-fill           | Input              |
-| ri-arrow-left-s-line           | NavBar             |
-| ri-volume-down-line            | NoticeBar          |
-| ri-close-line                  | NoticeBar          |
-| ri-radio-button-line           | Radio              |
-| ri-checkbox-blank-circle-line  | Radio              |
-| ri-star-fill                   | Rate               |
-| ri-image-2-fill                | Skeleton           |
-| ri-movie-2-fill                | Skeleton           |
-| ri-code-box-fill               | Skeleton           |
-| ri-qr-code-fill                | Skeleton           |
-| ri-barcode-fill                | Skeleton           |
-| ri-checkbox-circle-line        | Toast              |
-| ri-close-circle-line           | Toast              |
-| ri-error-warning-line          | Toast              |
-| ri-information-line            | Toast              |
-
-Currently, most front-end build tools, such as Webpack, Vite, or Rollup, have corresponding SVG Sprite plugins. Please choose one or manually combine them.
+| Icon Name                     | Component        |
+| ----------------------------- | ---------------- |
+| ri-user-3-line                | Avatar           |
+| ri-arrow-right-s-line         | Cell / NoticeBar |
+| ri-checkbox-fill              | Checkbox         |
+| ri-checkbox-line              | Checkbox         |
+| ri-close-circle-fill          | Input            |
+| ri-arrow-left-s-line          | NavBar           |
+| ri-volume-down-line           | NoticeBar        |
+| ri-close-line                 | NoticeBar        |
+| ri-more-line                  | Pagination       |
+| ri-more-fill                  | Pagination       |
+| ri-radio-button-line          | Radio            |
+| ri-checkbox-blank-circle-line | Radio            |
+| ri-star-fill                  | Rate             |
+| ri-image-2-fill               | Skeleton         |
+| ri-movie-2-fill               | Skeleton         |
+| ri-code-box-fill              | Skeleton         |
+| ri-qr-code-fill               | Skeleton         |
+| ri-barcode-fill               | Skeleton         |
+| ri-checkbox-circle-line       | Toast            |
+| ri-close-circle-line          | Toast            |
+| ri-error-warning-line         | Toast            |
+| ri-information-line           | Toast            |
+
+Currently, most front-end build tools, such as Webpack, Vite, or Rollup, have corresponding SVG Sprite plugins. Please choose one or manually combine them.

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott