@chenhui996/gg-ui 0.0.4 → 0.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.
- package/gz-ui-lib/components/alert/Alert.d.ts +6 -0
- package/gz-ui-lib/components/alert/ErrorBoundary.d.ts +5 -0
- package/gz-ui-lib/components/alert/demo/action.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/banner.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/closable.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/description.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/error-boundary.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/icon.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/loop-banner.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/smooth-closed.d.ts +3 -0
- package/gz-ui-lib/components/alert/demo/style.d.ts +3 -0
- package/gz-ui-lib/components/alert/index.d.ts +8 -0
- package/gz-ui-lib/components/auto-complete/index.d.ts +5 -0
- package/gz-ui-lib/components/avatar/Group.d.ts +5 -0
- package/gz-ui-lib/components/avatar/index.d.ts +11 -0
- package/gz-ui-lib/components/badge/Ribbon.d.ts +5 -0
- package/gz-ui-lib/components/badge/index.d.ts +11 -0
- package/gz-ui-lib/components/breadcrumb/Breadcrumb.d.ts +5 -0
- package/gz-ui-lib/components/breadcrumb/index.d.ts +3 -0
- package/gz-ui-lib/components/button/index.cjs +1 -0
- package/gz-ui-lib/components/button/index.d.ts +5 -0
- package/gz-ui-lib/components/button/index.js +7 -0
- package/gz-ui-lib/components/calendar/index.d.ts +6 -0
- package/gz-ui-lib/components/card/Card.d.ts +5 -0
- package/gz-ui-lib/components/card/Grid.d.ts +6 -0
- package/gz-ui-lib/components/card/Meta.d.ts +6 -0
- package/gz-ui-lib/components/card/index.d.ts +12 -0
- package/gz-ui-lib/components/cascader/index.d.ts +11 -0
- package/gz-ui-lib/components/checkbox/Group.d.ts +5 -0
- package/gz-ui-lib/components/checkbox/index.d.ts +11 -0
- package/gz-ui-lib/components/collapse/Collapse.d.ts +5 -0
- package/gz-ui-lib/components/collapse/Panel.d.ts +5 -0
- package/gz-ui-lib/components/collapse/index.d.ts +9 -0
- package/gz-ui-lib/components/config-provider/index.d.ts +10 -0
- package/gz-ui-lib/components/date-picker/MonthPicker.d.ts +10 -0
- package/gz-ui-lib/components/date-picker/QuarterPicker.d.ts +10 -0
- package/gz-ui-lib/components/date-picker/RangePicker.d.ts +5 -0
- package/gz-ui-lib/components/date-picker/TimePicker.d.ts +10 -0
- package/gz-ui-lib/components/date-picker/WeekPicker.d.ts +10 -0
- package/gz-ui-lib/components/date-picker/YearPicker.d.ts +10 -0
- package/gz-ui-lib/components/date-picker/index.d.ts +21 -0
- package/gz-ui-lib/components/divider/Divider.d.ts +5 -0
- package/gz-ui-lib/components/divider/index.d.ts +3 -0
- package/gz-ui-lib/components/drawer/Drawer.d.ts +6 -0
- package/gz-ui-lib/components/drawer/demo/basic-right.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/closable-placement.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/extra.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/form-in-drawer.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/loading.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/mask.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/multi-level-drawer.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/placement.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/render-in-current.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/resizable.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/size.d.ts +3 -0
- package/gz-ui-lib/components/drawer/demo/user-profile.d.ts +3 -0
- package/gz-ui-lib/components/drawer/index.d.ts +3 -0
- package/gz-ui-lib/components/dropdown/Dropdown.d.ts +5 -0
- package/gz-ui-lib/components/dropdown/index.d.ts +3 -0
- package/gz-ui-lib/components/empty/Empty.d.ts +6 -0
- package/gz-ui-lib/components/empty/index.d.ts +9 -0
- package/gz-ui-lib/components/form/ErrorList.d.ts +6 -0
- package/gz-ui-lib/components/form/Form.d.ts +5 -0
- package/gz-ui-lib/components/form/Item.d.ts +8 -0
- package/gz-ui-lib/components/form/List.d.ts +6 -0
- package/gz-ui-lib/components/form/Provider.d.ts +6 -0
- package/gz-ui-lib/components/form/demo/advanced-search.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/col-24-debug.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/complex-form-control.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/component-token.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/control-hooks.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/custom-feedback-icons.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/customized-form-controls.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/disabled.d.ts +6 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-item.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-items-complex.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-items-no-style.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-form-items.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/dynamic-rule.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-context.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-dependencies.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-in-modal.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/form-item-path.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/getValueProps-normalize.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/global-state.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/inline-login.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/label-debug.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/layout-can-wrap.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/layout-multiple.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/layout.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/login.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/nest-messages.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/ref-item.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/register.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/required-mark.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/size.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/style-class.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/time-related-controls.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/useWatch.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-only.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-other.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-scroll-to-field.d.ts +7 -0
- package/gz-ui-lib/components/form/demo/validate-static.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/validate-trigger.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/variant.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/warning-only.d.ts +3 -0
- package/gz-ui-lib/components/form/demo/without-form-create.d.ts +3 -0
- package/gz-ui-lib/components/form/index.d.ts +18 -0
- package/gz-ui-lib/components/image/Image.d.ts +6 -0
- package/gz-ui-lib/components/image/PreviewGroup.d.ts +7 -0
- package/gz-ui-lib/components/image/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/controlled-preview.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/fallback.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/imageRender.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/mask.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/nested.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/placeholder.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/preview-group-visible.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/preview-group.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/previewSrc.d.ts +3 -0
- package/gz-ui-lib/components/image/demo/toolbarRender.d.ts +3 -0
- package/gz-ui-lib/components/image/index.d.ts +9 -0
- package/gz-ui-lib/components/input/Input.d.ts +5 -0
- package/gz-ui-lib/components/input/OTP.d.ts +5 -0
- package/gz-ui-lib/components/input/Password.d.ts +6 -0
- package/gz-ui-lib/components/input/Search.d.ts +6 -0
- package/gz-ui-lib/components/input/TextArea.d.ts +6 -0
- package/gz-ui-lib/components/input/index.d.ts +18 -0
- package/gz-ui-lib/components/input-number/index.d.ts +5 -0
- package/gz-ui-lib/components/menu/Menu.d.ts +5 -0
- package/gz-ui-lib/components/menu/index.d.ts +11 -0
- package/gz-ui-lib/components/message/demo/custom-style.d.ts +3 -0
- package/gz-ui-lib/components/message/demo/duration.d.ts +3 -0
- package/gz-ui-lib/components/message/demo/hooks.d.ts +3 -0
- package/gz-ui-lib/components/message/demo/info.d.ts +3 -0
- package/gz-ui-lib/components/message/demo/loading.d.ts +3 -0
- package/gz-ui-lib/components/message/demo/other.d.ts +3 -0
- package/gz-ui-lib/components/message/demo/thenable.d.ts +3 -0
- package/gz-ui-lib/components/message/demo/update.d.ts +3 -0
- package/gz-ui-lib/components/message/index.d.ts +3 -0
- package/gz-ui-lib/components/modal/Modal.d.ts +6 -0
- package/gz-ui-lib/components/modal/demo/async.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/button-props.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/confirm-router.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/confirm.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/footer-render.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/footer.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/hooks.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/loading.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/locale.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/manual.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/mask.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/modal-render.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/position.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/static-info.d.ts +3 -0
- package/gz-ui-lib/components/modal/demo/width.d.ts +3 -0
- package/gz-ui-lib/components/modal/index.d.ts +7 -0
- package/gz-ui-lib/components/notification/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/custom-icon.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/custom-style.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/duration.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/hooks.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/placement.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/progress-color.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/show-with-progress.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/stack.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/update.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/with-btn.d.ts +3 -0
- package/gz-ui-lib/components/notification/demo/with-icon.d.ts +3 -0
- package/gz-ui-lib/components/notification/index.d.ts +3 -0
- package/gz-ui-lib/components/pagination/Pagination.d.ts +5 -0
- package/gz-ui-lib/components/pagination/index.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/Popconfirm.d.ts +6 -0
- package/gz-ui-lib/components/popconfirm/demo/async.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/demo/dynamic-trigger.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/demo/icon.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/demo/locale.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/demo/placement.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/demo/promise.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/demo/shift.d.ts +3 -0
- package/gz-ui-lib/components/popconfirm/index.d.ts +3 -0
- package/gz-ui-lib/components/popover/Popover.d.ts +6 -0
- package/gz-ui-lib/components/popover/index.d.ts +3 -0
- package/gz-ui-lib/components/progress/Progress.d.ts +6 -0
- package/gz-ui-lib/components/progress/demo/circle-micro.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/circle-mini.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/circle-steps.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/circle.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/dashboard.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/dynamic.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/format.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/gradient-line.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/info-position.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/line-mini.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/line.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/linecap.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/segment.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/size.d.ts +3 -0
- package/gz-ui-lib/components/progress/demo/steps.d.ts +3 -0
- package/gz-ui-lib/components/progress/index.d.ts +3 -0
- package/gz-ui-lib/components/radio/Button.d.ts +5 -0
- package/gz-ui-lib/components/radio/Group.d.ts +5 -0
- package/gz-ui-lib/components/radio/index.d.ts +13 -0
- package/gz-ui-lib/components/rate/index.d.ts +5 -0
- package/gz-ui-lib/components/result/Result.d.ts +6 -0
- package/gz-ui-lib/components/result/demo/403.d.ts +3 -0
- package/gz-ui-lib/components/result/demo/404.d.ts +3 -0
- package/gz-ui-lib/components/result/demo/500.d.ts +3 -0
- package/gz-ui-lib/components/result/demo/customIcon.d.ts +3 -0
- package/gz-ui-lib/components/result/demo/error.d.ts +3 -0
- package/gz-ui-lib/components/result/demo/info.d.ts +3 -0
- package/gz-ui-lib/components/result/demo/success.d.ts +3 -0
- package/gz-ui-lib/components/result/demo/warning.d.ts +3 -0
- package/gz-ui-lib/components/result/index.d.ts +6 -0
- package/gz-ui-lib/components/segmented/Segmented.d.ts +5 -0
- package/gz-ui-lib/components/segmented/index.d.ts +3 -0
- package/gz-ui-lib/components/select/OptGroup.d.ts +8 -0
- package/gz-ui-lib/components/select/Option.d.ts +5 -0
- package/gz-ui-lib/components/select/index.d.ts +14 -0
- package/gz-ui-lib/components/skeleton/Avatar.d.ts +6 -0
- package/gz-ui-lib/components/skeleton/Button.d.ts +6 -0
- package/gz-ui-lib/components/skeleton/Image.d.ts +6 -0
- package/gz-ui-lib/components/skeleton/Input.d.ts +6 -0
- package/gz-ui-lib/components/skeleton/Node.d.ts +6 -0
- package/gz-ui-lib/components/skeleton/Skeleton.d.ts +7 -0
- package/gz-ui-lib/components/skeleton/demo/active.d.ts +3 -0
- package/gz-ui-lib/components/skeleton/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/skeleton/demo/children.d.ts +3 -0
- package/gz-ui-lib/components/skeleton/demo/complex.d.ts +3 -0
- package/gz-ui-lib/components/skeleton/demo/element.d.ts +3 -0
- package/gz-ui-lib/components/skeleton/demo/list.d.ts +3 -0
- package/gz-ui-lib/components/skeleton/index.d.ts +16 -0
- package/gz-ui-lib/components/space/Addon.d.ts +8 -0
- package/gz-ui-lib/components/space/Compact.d.ts +14 -0
- package/gz-ui-lib/components/space/Space.d.ts +5 -0
- package/gz-ui-lib/components/space/index.d.ts +10 -0
- package/gz-ui-lib/components/spin/Spin.d.ts +7 -0
- package/gz-ui-lib/components/spin/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/spin/demo/custom-indicator.d.ts +3 -0
- package/gz-ui-lib/components/spin/demo/delayAndDebounce.d.ts +3 -0
- package/gz-ui-lib/components/spin/demo/fullscreen.d.ts +3 -0
- package/gz-ui-lib/components/spin/demo/nested.d.ts +3 -0
- package/gz-ui-lib/components/spin/demo/percent.d.ts +3 -0
- package/gz-ui-lib/components/spin/demo/size.d.ts +3 -0
- package/gz-ui-lib/components/spin/demo/tip.d.ts +3 -0
- package/gz-ui-lib/components/spin/index.d.ts +6 -0
- package/gz-ui-lib/components/steps/Steps.d.ts +5 -0
- package/gz-ui-lib/components/steps/index.d.ts +3 -0
- package/gz-ui-lib/components/switch/index.d.ts +5 -0
- package/gz-ui-lib/components/tabs/Tabs.d.ts +5 -0
- package/gz-ui-lib/components/tabs/index.d.ts +8 -0
- package/gz-ui-lib/components/tag/CheckableTag.d.ts +5 -0
- package/gz-ui-lib/components/tag/CheckableTagGroup.d.ts +4 -0
- package/gz-ui-lib/components/tag/Tag.d.ts +5 -0
- package/gz-ui-lib/components/tag/index.d.ts +12 -0
- package/gz-ui-lib/components/time-picker/RangePicker.d.ts +5 -0
- package/gz-ui-lib/components/time-picker/index.d.ts +11 -0
- package/gz-ui-lib/components/timeline/Item.d.ts +6 -0
- package/gz-ui-lib/components/timeline/Timeline.d.ts +6 -0
- package/gz-ui-lib/components/timeline/index.d.ts +9 -0
- package/gz-ui-lib/components/tooltip/Tooltip.d.ts +6 -0
- package/gz-ui-lib/components/tooltip/index.d.ts +3 -0
- package/gz-ui-lib/components/transfer/List.d.ts +5 -0
- package/gz-ui-lib/components/transfer/Operation.d.ts +5 -0
- package/gz-ui-lib/components/transfer/Search.d.ts +5 -0
- package/gz-ui-lib/components/transfer/index.d.ts +15 -0
- package/gz-ui-lib/components/tree/DirectoryTree.d.ts +7 -0
- package/gz-ui-lib/components/tree/Tree.d.ts +6 -0
- package/gz-ui-lib/components/tree/demo/basic-controlled.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/block-node.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/customized-icon.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/directory.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/draggable.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/dynamic.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/line.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/search.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/switcher-icon.d.ts +3 -0
- package/gz-ui-lib/components/tree/demo/virtual-scroll.d.ts +3 -0
- package/gz-ui-lib/components/tree/index.d.ts +9 -0
- package/gz-ui-lib/components/tree-select/TreeNode.d.ts +5 -0
- package/gz-ui-lib/components/tree-select/index.d.ts +14 -0
- package/gz-ui-lib/components/upload/Dragger.d.ts +5 -0
- package/gz-ui-lib/components/upload/index.d.ts +12 -0
- package/gz-ui-lib/gg-ui.css +1 -0
- package/gz-ui-lib/index-BtVxhCkQ.cjs +5 -0
- package/gz-ui-lib/index-DI5cS--Y.js +52 -0
- package/gz-ui-lib/index.cjs +1 -0
- package/gz-ui-lib/index.d.ts +48 -0
- package/gz-ui-lib/index.js +3926 -0
- package/gz-ui-lib/logo.png +0 -0
- package/gz-ui-lib/styles/themes/darkColors.d.ts +132 -0
- package/gz-ui-lib/styles/themes/darkThemeTokens.d.ts +1324 -0
- package/gz-ui-lib/styles/themes/lightColors.d.ts +132 -0
- package/gz-ui-lib/styles/themes/lightThemeTokens.d.ts +1324 -0
- package/gz-ui-lib/styles/themes/themeConfig.d.ts +3 -0
- package/gz-ui-lib/vite.svg +1 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
export declare const darkColors: {
|
|
2
|
+
red1: string;
|
|
3
|
+
red2: string;
|
|
4
|
+
red3: string;
|
|
5
|
+
red4: string;
|
|
6
|
+
red5: string;
|
|
7
|
+
red6: string;
|
|
8
|
+
red7: string;
|
|
9
|
+
red8: string;
|
|
10
|
+
red9: string;
|
|
11
|
+
red10: string;
|
|
12
|
+
volcano1: string;
|
|
13
|
+
volcano2: string;
|
|
14
|
+
volcano3: string;
|
|
15
|
+
volcano4: string;
|
|
16
|
+
volcano5: string;
|
|
17
|
+
volcano6: string;
|
|
18
|
+
volcano7: string;
|
|
19
|
+
volcano8: string;
|
|
20
|
+
volcano9: string;
|
|
21
|
+
volcano10: string;
|
|
22
|
+
orange1: string;
|
|
23
|
+
orange2: string;
|
|
24
|
+
orange3: string;
|
|
25
|
+
orange4: string;
|
|
26
|
+
orange5: string;
|
|
27
|
+
orange6: string;
|
|
28
|
+
orange7: string;
|
|
29
|
+
orange8: string;
|
|
30
|
+
orange9: string;
|
|
31
|
+
orange10: string;
|
|
32
|
+
gold1: string;
|
|
33
|
+
gold2: string;
|
|
34
|
+
gold3: string;
|
|
35
|
+
gold4: string;
|
|
36
|
+
gold5: string;
|
|
37
|
+
gold6: string;
|
|
38
|
+
gold7: string;
|
|
39
|
+
gold8: string;
|
|
40
|
+
gold9: string;
|
|
41
|
+
gold10: string;
|
|
42
|
+
yellow1: string;
|
|
43
|
+
yellow2: string;
|
|
44
|
+
yellow3: string;
|
|
45
|
+
yellow4: string;
|
|
46
|
+
yellow5: string;
|
|
47
|
+
yellow6: string;
|
|
48
|
+
yellow7: string;
|
|
49
|
+
yellow8: string;
|
|
50
|
+
yellow9: string;
|
|
51
|
+
yellow10: string;
|
|
52
|
+
lime1: string;
|
|
53
|
+
lime2: string;
|
|
54
|
+
lime3: string;
|
|
55
|
+
lime4: string;
|
|
56
|
+
lime5: string;
|
|
57
|
+
lime6: string;
|
|
58
|
+
lime7: string;
|
|
59
|
+
lime8: string;
|
|
60
|
+
lime9: string;
|
|
61
|
+
lime10: string;
|
|
62
|
+
green1: string;
|
|
63
|
+
green2: string;
|
|
64
|
+
green3: string;
|
|
65
|
+
green4: string;
|
|
66
|
+
green5: string;
|
|
67
|
+
green6: string;
|
|
68
|
+
green7: string;
|
|
69
|
+
green8: string;
|
|
70
|
+
green9: string;
|
|
71
|
+
green10: string;
|
|
72
|
+
cyan1: string;
|
|
73
|
+
cyan2: string;
|
|
74
|
+
cyan3: string;
|
|
75
|
+
cyan4: string;
|
|
76
|
+
cyan5: string;
|
|
77
|
+
cyan6: string;
|
|
78
|
+
cyan7: string;
|
|
79
|
+
cyan8: string;
|
|
80
|
+
cyan9: string;
|
|
81
|
+
cyan10: string;
|
|
82
|
+
blue1: string;
|
|
83
|
+
blue2: string;
|
|
84
|
+
blue3: string;
|
|
85
|
+
blue4: string;
|
|
86
|
+
blue5: string;
|
|
87
|
+
blue6: string;
|
|
88
|
+
blue7: string;
|
|
89
|
+
blue8: string;
|
|
90
|
+
blue9: string;
|
|
91
|
+
blue10: string;
|
|
92
|
+
geekblue1: string;
|
|
93
|
+
geekblue2: string;
|
|
94
|
+
geekblue3: string;
|
|
95
|
+
geekblue4: string;
|
|
96
|
+
geekblue5: string;
|
|
97
|
+
geekblue6: string;
|
|
98
|
+
geekblue7: string;
|
|
99
|
+
geekblue8: string;
|
|
100
|
+
geekblue9: string;
|
|
101
|
+
geekblue10: string;
|
|
102
|
+
purple1: string;
|
|
103
|
+
purple2: string;
|
|
104
|
+
purple3: string;
|
|
105
|
+
purple4: string;
|
|
106
|
+
purple5: string;
|
|
107
|
+
purple6: string;
|
|
108
|
+
purple7: string;
|
|
109
|
+
purple8: string;
|
|
110
|
+
purple9: string;
|
|
111
|
+
purple10: string;
|
|
112
|
+
magenta1: string;
|
|
113
|
+
magenta2: string;
|
|
114
|
+
magenta3: string;
|
|
115
|
+
magenta4: string;
|
|
116
|
+
magenta5: string;
|
|
117
|
+
magenta6: string;
|
|
118
|
+
magenta7: string;
|
|
119
|
+
magenta8: string;
|
|
120
|
+
magenta9: string;
|
|
121
|
+
magenta10: string;
|
|
122
|
+
gray1: string;
|
|
123
|
+
gray2: string;
|
|
124
|
+
gray3: string;
|
|
125
|
+
gray4: string;
|
|
126
|
+
gray5: string;
|
|
127
|
+
gray6: string;
|
|
128
|
+
gray7: string;
|
|
129
|
+
gray8: string;
|
|
130
|
+
gray9: string;
|
|
131
|
+
gray10: string;
|
|
132
|
+
};
|