# Drawer

抽屉

案例
import { defineComponent } from "vue";
import { Button, Drawer, Select } from "sl-vue2-template";

export default defineComponent({
  data() {
    return {
      show: false,
      showRight: false,
      showLeft: false,
      showTop: false,
      showBottom: false,
      text: "Test",
      value: 0,
      options: [
        {
          value: 1,
          label: "Test1Test1Test1Test1Test1Test1",
        },
        {
          value: 2,
          label: "Test2",
        },
        {
          value: 3,
          label: "Test3",
        },
        {
          value: 4,
          label: "Test4",
          disabled: true,
        },
        {
          value: 5,
          label: "Test5",
        },
        {
          value: 6,
          label: "Test6",
        },
        {
          value: 7,
          label: "测试",
        },
      ],
    };
  },
  methods: {
    onShow() {
      this.show = !this.show;
    },
    onShowRight() {
      this.showRight = !this.showRight;
    },
    onShowLeft() {
      this.showLeft = !this.showLeft;
    },
    onShowTop() {
      this.showTop = !this.showTop;
    },
    onShowBottom() {
      this.showBottom = !this.showBottom;
    },
    onChange(value: number) {
      this.value = value;
    },
  },
  render() {
    return (
      <div>
        <Button.Primary handlerClick={this.onShow}>open</Button.Primary>
        <Drawer show={this.show} handlerClose={this.onShow}>
          <Drawer.Head>标题{this.text}-1</Drawer.Head>
          <Drawer.Content>{Text}</Drawer.Content>
          <Drawer.Foot>
            <Button.Primary
              handlerClick={() => {
                this.text = "-测试值";
              }}
            >
              确定
            </Button.Primary>
            <Button.Text handlerClick={this.onShow}>取消</Button.Text>
          </Drawer.Foot>
        </Drawer>
        <Button.Primary handlerClick={this.onShowRight}>
          open right
        </Button.Primary>
        <Drawer
          show={this.showRight}
          handlerClose={this.onShowRight}
          placement="right"
          full
        >
          <Drawer.Head>Right标题</Drawer.Head>
          <Drawer.Content>
            内容
            <Select
              value={this.value}
              options={this.options}
              handlerChange={(value) => {
                this.onChange(value);
              }}
            />
          </Drawer.Content>
          <Drawer.Foot>
            <Button.Primary handlerClick={this.onShowRight}>
              确定
            </Button.Primary>
            <Button.Text handlerClick={this.onShowRight}>取消</Button.Text>
          </Drawer.Foot>
        </Drawer>
        <Button.Primary handlerClick={this.onShowLeft}>
          open left
        </Button.Primary>
        <Drawer
          show={this.showLeft}
          handlerClose={this.onShowLeft}
          placement="left"
        >
          <Drawer.Head>Left标题</Drawer.Head>
          <Drawer.Content>
            <Select
              value={this.value}
              options={this.options}
              handlerChange={(value) => {
                this.onChange(value);
              }}
            />
            {Text}
          </Drawer.Content>
          <Drawer.Foot>
            <Button.Primary handlerClick={this.onShowLeft}>确定</Button.Primary>
            <Button.Text handlerClick={this.onShowLeft}>取消</Button.Text>
          </Drawer.Foot>
        </Drawer>
        <Drawer
          show={this.showTop}
          handlerClose={this.onShowTop}
          placement="top"
          animation={false}
        >
          <Drawer.Head>Top标题</Drawer.Head>
          <Drawer.Content>{Text}</Drawer.Content>
          <Drawer.Foot>
            <Button.Primary handlerClick={this.onShowTop}>确定</Button.Primary>
            <Button.Text handlerClick={this.onShowTop}>取消</Button.Text>
          </Drawer.Foot>
        </Drawer>
        <Button.Primary handlerClick={this.onShowTop}>open top</Button.Primary>
        <Button.Primary handlerClick={this.onShowTop} disabled>
          open disabled
        </Button.Primary>
        <Button.Text handlerClick={this.onShowTop} disabled>
          open disabled
        </Button.Text>
        <Button.Link handlerClick={this.onShowTop} disabled>
          open disabled
        </Button.Link>
        <Button.Primary handlerClick={this.onShowBottom}>
          open bottom
        </Button.Primary>
        <Drawer
          show={this.showBottom}
          handlerClose={this.onShowBottom}
          placement="bottom"
        >
          <Drawer.Head>Bottom标题</Drawer.Head>
          <Drawer.Content>
            {Text}
            <Select
              value={this.value}
              options={this.options}
              handlerChange={(value) => {
                this.onChange(value);
              }}
            />
          </Drawer.Content>
          <Drawer.Foot>
            <Button.Primary handlerClick={this.onShowBottom}>
              确定
            </Button.Primary>
            <Button.Text handlerClick={this.onShowBottom}>取消</Button.Text>
          </Drawer.Foot>
        </Drawer>
      </div>
    );
  },
});

const Text =
  "内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容1";
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191

# 属性

成员 说明 类型 必须 默认值 版本
show 可见 Boolean false --
width 弹出层的宽度 Number -- --
animation 动画效果 Boolean true --
placement 弹出位置 "right"|"left"|"top"|"bottom" "right" --
full 当 placement 为"right"或者"left"时
内容 100%
Boolean false --
className 自定义 class 名 String -- --

# 事件

事件名称 说明 回调参数 必须 版本
handlerClose 关闭的回调 () => void --
上次更新: 3/22/2023, 10:37:24 AM