@policystudio/policy-studio-ui-vue 1.1.90-beta.3 → 1.1.90-beta.31
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/.eslintrc.js +13 -8
- package/.github/workflows/deploy-storybook.yml +4 -4
- package/.nvmrc +1 -0
- package/dist/css/psui_styles_output.css +7090 -0
- package/dist/index.d.ts +51 -0
- package/dist/index.js +106 -0
- package/dist/index.js.map +1 -0
- package/dist/util/GeneralFunctions.d.ts +3 -0
- package/dist/util/GeneralFunctions.js +35 -0
- package/dist/util/GeneralFunctions.js.map +1 -0
- package/dist/util/directives.d.ts +1 -0
- package/dist/util/directives.js +22 -0
- package/dist/util/directives.js.map +1 -0
- package/dist/util/imageLoader.d.ts +6 -0
- package/dist/util/imageLoader.js +52 -0
- package/dist/util/imageLoader.js.map +1 -0
- package/doc/.nvmrc +1 -0
- package/doc/.storybook/PolicyStudio.ts +11 -0
- package/{.storybook/main.js → doc/.storybook/main.ts} +8 -2
- package/doc/.storybook/manager.ts +7 -0
- package/{.storybook/preview.js → doc/.storybook/preview.ts} +2 -3
- package/doc/package-lock.json +22653 -0
- package/doc/package.json +71 -0
- package/doc/shims-vue.d.ts +6 -0
- package/{src/stories/Accordion.stories.js → doc/src/stories/Accordion.stories.ts} +4 -5
- package/{src/stories/BadgeWithIcon.stories.js → doc/src/stories/BadgeWithIcon.stories.ts} +2 -2
- package/{src/stories/BarChart.stories.js → doc/src/stories/BarChart.stories.ts} +2 -2
- package/{src/stories/Breadcrumb.stories.js → doc/src/stories/Breadcrumb.stories.ts} +2 -5
- package/doc/src/stories/Button.stories.ts +130 -0
- package/{src/stories/CardInfos.stories.js → doc/src/stories/CardInfos.stories.ts} +2 -3
- package/{src/stories/ChartLegend.stories.js → doc/src/stories/ChartLegend.stories.ts} +2 -3
- package/{src/stories/Checkbox.stories.js → doc/src/stories/Checkbox.stories.ts} +2 -2
- package/{src/stories/CheckboxSimple.stories.js → doc/src/stories/CheckboxSimple.stories.ts} +2 -2
- package/{src/stories/Chips.stories.js → doc/src/stories/Chips.stories.ts} +22 -23
- package/{src/stories/ClimateZoneBadge.stories.js → doc/src/stories/ClimateZoneBadge.stories.ts} +3 -2
- package/doc/src/stories/Collapse.stories.ts +46 -0
- package/{src/stories/CostEffectBar.stories.js → doc/src/stories/CostEffectBar.stories.ts} +3 -2
- package/{src/stories/Datatable.stories.js → doc/src/stories/Datatable.stories.ts} +7 -4
- package/{src/stories/DateCardInfo.stories.js → doc/src/stories/DateCardInfo.stories.ts} +2 -6
- package/{src/stories/Dialog.stories.js → doc/src/stories/Dialog.stories.ts} +2 -2
- package/{src/stories/Draggable.stories.js → doc/src/stories/Draggable.stories.ts} +3 -2
- package/{src/stories/Dropdown.stories.js → doc/src/stories/Dropdown.stories.ts} +4 -3
- package/{src/stories/DropdownList.stories.js → doc/src/stories/DropdownList.stories.ts} +4 -2
- package/{src/stories/HighlightRippleDot.stories.js → doc/src/stories/HighlightRippleDot.stories.ts} +3 -2
- package/{src/stories/Icon.stories.js → doc/src/stories/Icon.stories.ts} +3 -1
- package/{src/stories/InlineSelector.stories.js → doc/src/stories/InlineSelector.stories.ts} +2 -2
- package/{src/stories/Input.stories.js → doc/src/stories/Input.stories.ts} +7 -4
- package/{src/stories/InputSelect.stories.js → doc/src/stories/InputSelect.stories.ts} +3 -2
- package/{src/stories/InputTextArea.stories.js → doc/src/stories/InputTextArea.stories.ts} +2 -2
- package/{src/stories/MiniTag.stories.js → doc/src/stories/MiniTag.stories.ts} +9 -2
- package/{src/stories/ProgressBar.stories.js → doc/src/stories/ProgressBar.stories.ts} +3 -2
- package/{src/stories/RadioButton.stories.js → doc/src/stories/RadioButton.stories.ts} +2 -2
- package/{src/stories/RadioButtonSimple.stories.js → doc/src/stories/RadioButtonSimple.stories.ts} +2 -2
- package/{src/stories/SimpleAlert.stories.js → doc/src/stories/SimpleAlert.stories.ts} +3 -2
- package/{src/stories/Slider.stories.js → doc/src/stories/Slider.stories.ts} +6 -2
- package/{src/stories/Switch.stories.js → doc/src/stories/Switch.stories.ts} +2 -2
- package/{src/stories/TabHeader.stories.js → doc/src/stories/TabHeader.stories.ts} +6 -1
- package/{src/stories/TableResults.stories.js → doc/src/stories/TableResults.stories.ts} +11 -7
- package/{src/stories/TagScope.stories.js → doc/src/stories/TagScope.stories.ts} +3 -2
- package/{src/stories/TestimonialCard.stories.js → doc/src/stories/TestimonialCard.stories.ts} +3 -3
- package/{src/stories/Toast.stories.js → doc/src/stories/Toast.stories.ts} +2 -2
- package/{src/stories/Toggle.stories.js → doc/src/stories/Toggle.stories.ts} +7 -4
- package/{src/stories/Tooltip.stories.js → doc/src/stories/Tooltip.stories.ts} +6 -6
- package/doc/tsconfig.json +17 -0
- package/package.json +24 -37
- package/src/App.vue +30 -0
- package/src/assets/scss/base.scss +3 -34
- package/src/assets/scss/components/PsAccordion.scss +1 -1
- package/src/assets/scss/components/PsCollapse.css +74 -0
- package/src/assets/scss/components/PsDataTable.scss +1 -1
- package/src/assets/scss/components/PsDropdownList.scss +1 -1
- package/src/components/accordion/PsAccordionItem.vue +88 -74
- package/src/components/badges-and-tags/PsBadgeWithIcon.vue +31 -33
- package/src/components/badges-and-tags/PsCardInfos.vue +39 -41
- package/src/components/badges-and-tags/PsChartLegend.vue +46 -51
- package/src/components/badges-and-tags/PsClimateZoneBadge.vue +13 -19
- package/src/components/badges-and-tags/PsCostEffectBar.vue +24 -56
- package/src/components/badges-and-tags/PsDateCardInfo.vue +17 -18
- package/src/components/badges-and-tags/PsHighlightRippleDot.vue +3 -2
- package/src/components/badges-and-tags/PsMiniTag.vue +39 -41
- package/src/components/badges-and-tags/PsProgressBar.vue +72 -68
- package/src/components/badges-and-tags/PsTagScope.vue +17 -22
- package/src/components/badges-and-tags/PsTestimonialCard.vue +19 -26
- package/src/components/buttons/PsButton.vue +60 -61
- package/src/components/chips/PsChips.vue +98 -101
- package/src/components/collapse/PsCollapse.vue +121 -0
- package/src/components/controls/PsCheckbox.vue +84 -84
- package/src/components/controls/PsCheckboxSimple.vue +95 -95
- package/src/components/controls/PsDraggable.vue +53 -55
- package/src/components/controls/PsInlineSelector.vue +98 -99
- package/src/components/controls/PsRadioButton.vue +59 -58
- package/src/components/controls/PsRadioButtonSimple.vue +79 -75
- package/src/components/controls/PsSlider.vue +185 -176
- package/src/components/controls/PsSwitch.vue +51 -52
- package/src/components/controls/PsToggle.vue +52 -50
- package/src/components/data-graphics/PsBarChart.vue +18 -21
- package/src/components/datatable/PsDataTable.vue +56 -60
- package/src/components/datatable/PsDataTableItem.vue +13 -28
- package/src/components/forms/PsDropdown.vue +165 -162
- package/src/components/forms/PsDropdownList.vue +133 -130
- package/src/components/forms/PsInput.vue +154 -153
- package/src/components/forms/PsInputSelect.vue +91 -92
- package/src/components/forms/PsInputTextArea.vue +70 -71
- package/src/components/navigations/PsBreadcrumb.vue +25 -34
- package/src/components/notifications/PsDialog.vue +57 -56
- package/src/components/notifications/PsSimpleAlert.vue +27 -29
- package/src/components/notifications/PsToast.vue +40 -39
- package/src/components/table-results/PsTableResults.vue +456 -466
- package/src/components/table-results/PsTableResultsBody.vue +66 -67
- package/src/components/table-results/PsTableResultsHead.vue +67 -61
- package/src/components/table-results/PsTableResultsHeadComparison.vue +62 -56
- package/src/components/table-results/PsTableResultsHeadFlexible.vue +68 -61
- package/src/components/table-results/PsTableResultsRow.vue +55 -56
- package/src/components/tabs/PsTabHeader.vue +106 -100
- package/src/components/tooltip/PsDialogTooltip.vue +96 -101
- package/src/components/tooltip/PsRichTooltip.vue +41 -45
- package/src/components/tooltip/PsTooltip.vue +111 -116
- package/src/components/ui/PsDotLoader.vue +1 -5
- package/src/components/ui/PsIcon.vue +131 -129
- package/src/index.ts +159 -0
- package/src/tsconfig.json +12 -0
- package/src/types/index.d.ts +6 -0
- package/src/util/GeneralFunctions.js +16 -7
- package/src/util/directives.ts +24 -0
- package/src/util/imageLoader.js +14 -7
- package/tailwind.config.js +1 -1
- package/tsconfig.json +47 -0
- package/.storybook/PolicyStudio.js +0 -10
- package/.storybook/eventBus.js +0 -26
- package/.storybook/manager.js +0 -6
- package/babel.config.js +0 -17
- package/dist/css/psui_styles.css +0 -4647
- package/postcss.config.js +0 -8
- package/src/components/playground/PsScrollBar.vue +0 -320
- package/src/index.js +0 -166
- package/src/stories/Button.stories.js +0 -48
- package/src/stories/Button.vue +0 -59
- package/src/stories/Header.stories.js +0 -41
- package/src/stories/Header.vue +0 -77
- package/src/stories/Playground.stories.js +0 -16
- package/src/stories/button.css +0 -30
- package/src/stories/header.css +0 -32
- package/webpack.config.js +0 -22
- /package/{src → doc/src}/assets/images/multifamily-units.svg +0 -0
- /package/{src → doc/src}/assets/images/policy-studio.svg +0 -0
- /package/{src/contents/ComparisonData.js → doc/src/contents/ComparisonData.ts} +0 -0
- /package/{src/contents/FlexibleData.js → doc/src/contents/FlexibleData.ts} +0 -0
- /package/{src/contents/ResultsData.js → doc/src/contents/ResultsData.ts} +0 -0
- /package/{src → doc/src}/stories/Colors.mdx +0 -0
- /package/{src → doc/src}/stories/ElevationSystem.mdx +0 -0
- /package/{src → doc/src}/stories/Introduction.mdx +0 -0
- /package/{src → doc/src}/stories/Typography.mdx +0 -0
- /package/{src → doc/src}/stories/assets/code-brackets.svg +0 -0
- /package/{src → doc/src}/stories/assets/colors.svg +0 -0
- /package/{src → doc/src}/stories/assets/comments.svg +0 -0
- /package/{src → doc/src}/stories/assets/direction.svg +0 -0
- /package/{src → doc/src}/stories/assets/flow.svg +0 -0
- /package/{src → doc/src}/stories/assets/plugin.svg +0 -0
- /package/{src → doc/src}/stories/assets/repo.svg +0 -0
- /package/{src → doc/src}/stories/assets/stackalt.svg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<button
|
|
3
|
-
@click="onClick()"
|
|
3
|
+
@click="onClick($event)"
|
|
4
4
|
@mouseenter="onMouseEnter"
|
|
5
|
-
@mouseleave="onMouseLeave"
|
|
6
|
-
class="psui-el-button"
|
|
7
|
-
:class="[getComponentClass, {
|
|
5
|
+
@mouseleave="onMouseLeave"
|
|
6
|
+
class="psui-el-button"
|
|
7
|
+
:class="[getComponentClass, { hover: isHover }, { disabled: disabled || loading }]"
|
|
8
8
|
>
|
|
9
9
|
<svg
|
|
10
|
-
v-if="loading"
|
|
10
|
+
v-if="loading"
|
|
11
11
|
class="psui-animate-spin psui-mr-3 psui-h-5 psui-w-5 psui-text-black"
|
|
12
12
|
:class="`${iconPosition == 'left' ? 'psui-mr-3' : 'psui-ml-3 psui--mr-1'}`"
|
|
13
13
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -38,73 +38,72 @@
|
|
|
38
38
|
</template>
|
|
39
39
|
|
|
40
40
|
<script setup>
|
|
41
|
-
import { computed, ref } from 'vue'
|
|
41
|
+
import { computed, ref, } from 'vue'
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
const isHover = ref(false)
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
const emit = defineEmits(['click'])
|
|
46
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
|
-
|
|
47
|
+
const props = defineProps({
|
|
48
|
+
label: {
|
|
49
|
+
type: String,
|
|
50
|
+
default: '',
|
|
51
|
+
},
|
|
52
|
+
layout: {
|
|
53
|
+
type: String,
|
|
54
|
+
default: 'solid',
|
|
55
|
+
validator: (value) => ['solid', 'outline', 'ghost', 'onlytext', 'caution'].includes(value),
|
|
56
|
+
},
|
|
57
|
+
icon: {
|
|
58
|
+
type: String,
|
|
59
|
+
default: '',
|
|
60
|
+
},
|
|
61
|
+
iconPosition: {
|
|
62
|
+
type: String,
|
|
63
|
+
default: 'left',
|
|
64
|
+
validator: (value) => ['left', 'right'].includes(value),
|
|
65
|
+
},
|
|
66
|
+
size: {
|
|
67
|
+
type: String,
|
|
68
|
+
default: 'big',
|
|
69
|
+
validator: (value) => ['small', 'medium', 'big'].includes(value),
|
|
70
|
+
},
|
|
71
|
+
disabled: {
|
|
72
|
+
type: Boolean,
|
|
73
|
+
default: false,
|
|
74
|
+
},
|
|
75
|
+
loading: {
|
|
76
|
+
type: Boolean,
|
|
77
|
+
default: false,
|
|
78
|
+
},
|
|
79
|
+
iconClass: {
|
|
80
|
+
type: String,
|
|
81
|
+
default: '',
|
|
82
|
+
},
|
|
83
|
+
})
|
|
84
84
|
|
|
85
|
-
|
|
86
|
-
if(props.icon){
|
|
85
|
+
const getComponentClass = computed(() => {
|
|
86
|
+
if (props.icon) {
|
|
87
87
|
return `layout-${props.layout} size-${props.size} icon-${props.iconPosition}`
|
|
88
88
|
} else {
|
|
89
|
-
return `layout-${props.layout} size-${props.size}`
|
|
89
|
+
return `layout-${props.layout} size-${props.size}`
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
})
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
const onClick = (event) => {
|
|
94
94
|
if (props.disabled) return
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
emit('click', event)
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
const onMouseEnter = () => {
|
|
99
|
+
if (!props.disabled) {
|
|
99
100
|
isHover.value = true
|
|
100
101
|
}
|
|
101
|
-
|
|
102
|
+
}
|
|
102
103
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
104
|
+
const onMouseLeave = () => {
|
|
105
|
+
if (!props.disabled) {
|
|
106
|
+
isHover.value = false
|
|
107
107
|
}
|
|
108
|
-
|
|
108
|
+
}
|
|
109
109
|
</script>
|
|
110
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
3
|
-
class="psui-el-chips"
|
|
2
|
+
<div
|
|
3
|
+
class="psui-el-chips"
|
|
4
4
|
:class="[getComponentClass, `layout-${layout}`, `type-${type}`]"
|
|
5
5
|
>
|
|
6
6
|
<input
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
<label
|
|
15
15
|
:disabled="disabled"
|
|
16
16
|
:for="getInputId"
|
|
17
|
-
:class="{'checked':checked && type === 'button'}"
|
|
17
|
+
:class="{'checked': checked && type === 'button' }"
|
|
18
18
|
>
|
|
19
19
|
<i
|
|
20
20
|
v-if="icon"
|
|
21
21
|
class="psui-el-chips-icon psui-el-chips-icon-prepend"
|
|
22
22
|
>{{ icon }}</i>
|
|
23
23
|
{{ label }}
|
|
24
|
-
<button
|
|
25
|
-
@click="onClose"
|
|
26
|
-
v-if="layout === 'rich'"
|
|
24
|
+
<button
|
|
25
|
+
@click="onClose"
|
|
26
|
+
v-if="layout === 'rich'"
|
|
27
27
|
class="psui-el-chips-close"
|
|
28
28
|
>
|
|
29
29
|
<span class="psui-el-chips-icon">close</span>
|
|
@@ -32,105 +32,102 @@
|
|
|
32
32
|
</div>
|
|
33
33
|
</template>
|
|
34
34
|
|
|
35
|
-
<script>
|
|
36
|
-
|
|
37
|
-
import { randomString } from '../../util/GeneralFunctions'
|
|
35
|
+
<script setup>
|
|
36
|
+
import { computed, useAttrs } from 'vue'
|
|
38
37
|
|
|
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
|
-
* It disables the chips button.
|
|
82
|
-
*/
|
|
83
|
-
disabled: {
|
|
84
|
-
type: Boolean,
|
|
85
|
-
default: false
|
|
86
|
-
},
|
|
87
|
-
/**
|
|
88
|
-
* It sets if the button is active or not.
|
|
89
|
-
*/
|
|
90
|
-
active: {
|
|
91
|
-
type: Boolean,
|
|
92
|
-
default: false
|
|
93
|
-
},
|
|
94
|
-
/**
|
|
95
|
-
* Add html attributes to the element input
|
|
96
|
-
*/
|
|
97
|
-
inputAttrs: {
|
|
98
|
-
type: Object,
|
|
99
|
-
default: () => ({})
|
|
100
|
-
},
|
|
38
|
+
import { randomString } from '../../util/GeneralFunctions.js'
|
|
39
|
+
|
|
40
|
+
const emit = defineEmits(['click', 'change', 'update:checked', 'close'])
|
|
41
|
+
|
|
42
|
+
const attrs = useAttrs()
|
|
43
|
+
|
|
44
|
+
const props = defineProps({
|
|
45
|
+
/**
|
|
46
|
+
* It sets the label of the chips button.
|
|
47
|
+
*/
|
|
48
|
+
label: {
|
|
49
|
+
type: String,
|
|
50
|
+
default: '',
|
|
51
|
+
},
|
|
52
|
+
type: {
|
|
53
|
+
type: String,
|
|
54
|
+
required: true,
|
|
55
|
+
default: 'button',
|
|
56
|
+
validator: (type) => ['radio', 'checkbox', 'button'].includes(type),
|
|
57
|
+
},
|
|
58
|
+
/**
|
|
59
|
+
* It sets the layout of the chipsbutton. eg: simple, with-icon, rich.
|
|
60
|
+
*/
|
|
61
|
+
layout: {
|
|
62
|
+
type: String,
|
|
63
|
+
default: 'simple',
|
|
64
|
+
validator: (value) => ['simple', 'with-icon', 'rich'].includes(value),
|
|
65
|
+
},
|
|
66
|
+
/**
|
|
67
|
+
* It sets the text key which will retrieve a icon from Google Fonts. Make sure to get the right description of your icon on https://fonts.google.com/.
|
|
68
|
+
*/
|
|
69
|
+
icon: {
|
|
70
|
+
type: String,
|
|
71
|
+
default: '',
|
|
72
|
+
},
|
|
73
|
+
/**
|
|
74
|
+
* It sets if the button was checked or not checked.
|
|
75
|
+
*/
|
|
76
|
+
checked: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: false,
|
|
101
79
|
},
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
return 'status-resting'
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
getInputId() {
|
|
112
|
-
if (this?.inputAttrs?.id) {
|
|
113
|
-
return this.inputAttrs.id
|
|
114
|
-
} else if (this?.$attrs?.id) {
|
|
115
|
-
return this.$attrs.id
|
|
116
|
-
} else {
|
|
117
|
-
return randomString(16)
|
|
118
|
-
}
|
|
119
|
-
},
|
|
80
|
+
/**
|
|
81
|
+
* It disables the chips button.
|
|
82
|
+
*/
|
|
83
|
+
disabled: {
|
|
84
|
+
type: Boolean,
|
|
85
|
+
default: false,
|
|
120
86
|
},
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
this.$emit('change', event)
|
|
128
|
-
},
|
|
129
|
-
onClose() {
|
|
130
|
-
this.$emit('close')
|
|
131
|
-
},
|
|
87
|
+
/**
|
|
88
|
+
* It sets if the button is active or not.
|
|
89
|
+
*/
|
|
90
|
+
active: {
|
|
91
|
+
type: Boolean,
|
|
92
|
+
default: false,
|
|
132
93
|
},
|
|
94
|
+
/**
|
|
95
|
+
* Add html attributes to the element input
|
|
96
|
+
*/
|
|
97
|
+
inputAttrs: {
|
|
98
|
+
type: Object,
|
|
99
|
+
default: () => ({}),
|
|
100
|
+
},
|
|
101
|
+
})
|
|
102
|
+
|
|
103
|
+
const getComponentClass = computed(() => {
|
|
104
|
+
if (props.disabled) {
|
|
105
|
+
return 'status-disabled'
|
|
106
|
+
} else {
|
|
107
|
+
return 'status-resting'
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
111
|
+
const getInputId = computed(() => {
|
|
112
|
+
if (props?.inputAttrs?.id) {
|
|
113
|
+
return props.inputAttrs.id
|
|
114
|
+
} else if (attrs?.id) {
|
|
115
|
+
return attrs.id
|
|
116
|
+
} else {
|
|
117
|
+
return randomString(16)
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
121
|
+
const onChange = (event) => {
|
|
122
|
+
emit('update:checked', event.target.checked)
|
|
123
|
+
emit('change', event)
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
const onClose = () => {
|
|
127
|
+
emit('close')
|
|
133
128
|
}
|
|
134
129
|
</script>
|
|
135
130
|
|
|
136
|
-
<style>
|
|
131
|
+
<style>
|
|
132
|
+
/* Please, use the file src/assets/scss/components/PsChips.scss */
|
|
133
|
+
</style>
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
class="psui-el-collapse"
|
|
4
|
+
:class="{ 'status-opened': isOpen, disabled: disabled }"
|
|
5
|
+
>
|
|
6
|
+
<div
|
|
7
|
+
class="psui-el-collapse-item-header"
|
|
8
|
+
@click="toggle"
|
|
9
|
+
>
|
|
10
|
+
<i
|
|
11
|
+
class="psui-el-collapse-item-icon psui-icon"
|
|
12
|
+
:class="{'psui-rotate-90':isOpen}"
|
|
13
|
+
>chevron_right</i>
|
|
14
|
+
<slot
|
|
15
|
+
name="header"
|
|
16
|
+
:is-open="isOpen"
|
|
17
|
+
>
|
|
18
|
+
<div
|
|
19
|
+
class="psui-el-collapse-item-header-wrapper"
|
|
20
|
+
|
|
21
|
+
v-if="!hasCustomHeader"
|
|
22
|
+
>
|
|
23
|
+
<span
|
|
24
|
+
v-if="title"
|
|
25
|
+
class="psui-el-collapse-item-title"
|
|
26
|
+
>
|
|
27
|
+
{{ title }}
|
|
28
|
+
</span>
|
|
29
|
+
<div class="psui-el-collapse-item-header-action">
|
|
30
|
+
<slot name="header-action" />
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</slot>
|
|
34
|
+
</div>
|
|
35
|
+
<transition
|
|
36
|
+
name="collapse-fade"
|
|
37
|
+
@enter="start"
|
|
38
|
+
@after-enter="end"
|
|
39
|
+
@before-leave="start"
|
|
40
|
+
@after-leave="end"
|
|
41
|
+
>
|
|
42
|
+
<div
|
|
43
|
+
v-if="isOpen"
|
|
44
|
+
class="psui-el-collapse-item-content"
|
|
45
|
+
>
|
|
46
|
+
<slot name="content" />
|
|
47
|
+
</div>
|
|
48
|
+
</transition>
|
|
49
|
+
</div>
|
|
50
|
+
</template>
|
|
51
|
+
|
|
52
|
+
<script setup>
|
|
53
|
+
import { ref, computed } from 'vue'
|
|
54
|
+
|
|
55
|
+
const localOpened = ref(null)
|
|
56
|
+
|
|
57
|
+
const props = defineProps({
|
|
58
|
+
/**
|
|
59
|
+
* It sets the title of the accordion item.
|
|
60
|
+
*/
|
|
61
|
+
title: {
|
|
62
|
+
type: String,
|
|
63
|
+
default: '',
|
|
64
|
+
},
|
|
65
|
+
/**
|
|
66
|
+
* It sets the status of the accordion item when mounted.
|
|
67
|
+
*/
|
|
68
|
+
opened: {
|
|
69
|
+
type: [Boolean],
|
|
70
|
+
default: false,
|
|
71
|
+
},
|
|
72
|
+
/**
|
|
73
|
+
* It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/.
|
|
74
|
+
*/
|
|
75
|
+
icon: {
|
|
76
|
+
type: String,
|
|
77
|
+
default: '',
|
|
78
|
+
},
|
|
79
|
+
/**
|
|
80
|
+
* It sets if it has a custom header.
|
|
81
|
+
*/
|
|
82
|
+
hasCustomHeader: {
|
|
83
|
+
type: Boolean,
|
|
84
|
+
default: false,
|
|
85
|
+
},
|
|
86
|
+
/**
|
|
87
|
+
* It sets the disabled status.
|
|
88
|
+
*/
|
|
89
|
+
disabled: {
|
|
90
|
+
type: Boolean,
|
|
91
|
+
default: false,
|
|
92
|
+
},
|
|
93
|
+
})
|
|
94
|
+
|
|
95
|
+
const isOpen = computed(() => {
|
|
96
|
+
return localOpened.value !== null ? localOpened.value : props.opened
|
|
97
|
+
})
|
|
98
|
+
|
|
99
|
+
const toggle = () => {
|
|
100
|
+
if (localOpened.value === null) {
|
|
101
|
+
localOpened.value = !props.opened
|
|
102
|
+
} else {
|
|
103
|
+
localOpened.value = !localOpened.value
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
const start = (el) => {
|
|
107
|
+
el.style.height = el.scrollHeight + 'px'
|
|
108
|
+
el.style.padding = el.srcollPaddingBottom + 'px'
|
|
109
|
+
}
|
|
110
|
+
const end = (el) => {
|
|
111
|
+
el.style.height = ''
|
|
112
|
+
el.style.padding = ''
|
|
113
|
+
}
|
|
114
|
+
</script>
|
|
115
|
+
|
|
116
|
+
<style>
|
|
117
|
+
/* Please, use the file src/assets/scss/components/PsCollapse.scss */
|
|
118
|
+
</style>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
3
|
-
class="psui-el-checkbox"
|
|
4
|
-
:class="[getComponentClass, {
|
|
2
|
+
<div
|
|
3
|
+
class="psui-el-checkbox"
|
|
4
|
+
:class="[getComponentClass, { disabled: disabled }]"
|
|
5
5
|
>
|
|
6
|
-
<input
|
|
7
|
-
:id="getInputId"
|
|
8
|
-
type="checkbox"
|
|
6
|
+
<input
|
|
7
|
+
:id="getInputId"
|
|
8
|
+
type="checkbox"
|
|
9
9
|
:value="inputValue"
|
|
10
10
|
v-model="model"
|
|
11
|
-
:disabled="disabled"
|
|
11
|
+
:disabled="disabled"
|
|
12
12
|
>
|
|
13
|
-
<label
|
|
14
|
-
:for="getInputId"
|
|
13
|
+
<label
|
|
14
|
+
:for="getInputId"
|
|
15
15
|
class="psui-el-checkmark"
|
|
16
16
|
:class="[labelClasses, 'psui-el-checkmark']"
|
|
17
17
|
>
|
|
18
18
|
<span>{{ label }}</span>
|
|
19
|
-
</label>
|
|
19
|
+
</label>
|
|
20
20
|
</div>
|
|
21
21
|
</template>
|
|
22
22
|
|
|
23
|
-
<script>
|
|
24
|
-
|
|
25
|
-
import { randomString } from '../../util/GeneralFunctions'
|
|
23
|
+
<script setup>
|
|
24
|
+
import { computed } from 'vue'
|
|
25
|
+
import { randomString } from '../../util/GeneralFunctions.js'
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
type: String,
|
|
35
|
-
default: '',
|
|
36
|
-
},
|
|
37
|
-
/**
|
|
38
|
-
* It sets the label classes.
|
|
39
|
-
*/
|
|
40
|
-
labelClasses: {
|
|
41
|
-
type: String,
|
|
42
|
-
default: ''
|
|
43
|
-
},
|
|
44
|
-
/**
|
|
45
|
-
* It sets the value which should be monitored.
|
|
46
|
-
*/
|
|
47
|
-
inputValue: {
|
|
48
|
-
type: [String, Boolean],
|
|
49
|
-
},
|
|
50
|
-
value:{
|
|
51
|
-
type: [Array, Boolean]
|
|
52
|
-
},
|
|
53
|
-
/**
|
|
54
|
-
* It disables the checkbox input.
|
|
55
|
-
*/
|
|
56
|
-
disabled: {
|
|
57
|
-
type: Boolean,
|
|
58
|
-
default: false,
|
|
59
|
-
},
|
|
60
|
-
/**
|
|
61
|
-
* It set the of the checkbox input. eg: big and small.
|
|
62
|
-
*/
|
|
63
|
-
size: {
|
|
64
|
-
type: String,
|
|
65
|
-
default: 'big',
|
|
66
|
-
validator: (value)=> ['big', 'small'].includes(value)
|
|
67
|
-
},
|
|
68
|
-
/**
|
|
69
|
-
* It set the layout of the checkbox input. eg: default and mixed.
|
|
70
|
-
*/
|
|
71
|
-
layout:{
|
|
72
|
-
type: String,
|
|
73
|
-
default: 'default',
|
|
74
|
-
validator: (value)=> ['default','mixed'].includes(value)
|
|
75
|
-
}
|
|
27
|
+
const props = defineProps({
|
|
28
|
+
/**
|
|
29
|
+
* It sets the label of the checkbox input.
|
|
30
|
+
*/
|
|
31
|
+
label: {
|
|
32
|
+
type: String,
|
|
33
|
+
default: '',
|
|
76
34
|
},
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
return this.inputAttrs.id
|
|
84
|
-
} else if (this?.$attrs?.id) {
|
|
85
|
-
return this.$attrs.id
|
|
86
|
-
} else {
|
|
87
|
-
return randomString(16)
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
model: {
|
|
91
|
-
get(){
|
|
92
|
-
return this.value
|
|
93
|
-
},
|
|
94
|
-
set(value){
|
|
95
|
-
this.$emit('input', value)
|
|
96
|
-
}
|
|
97
|
-
}
|
|
35
|
+
/**
|
|
36
|
+
* It sets the label classes.
|
|
37
|
+
*/
|
|
38
|
+
labelClasses: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: '',
|
|
98
41
|
},
|
|
99
|
-
|
|
42
|
+
/**
|
|
43
|
+
* It sets the value which should be monitored.
|
|
44
|
+
*/
|
|
45
|
+
inputValue: {
|
|
46
|
+
type: [String, Boolean],
|
|
47
|
+
default: '',
|
|
48
|
+
},
|
|
49
|
+
value: {
|
|
50
|
+
type: [Array, Boolean],
|
|
51
|
+
default: false,
|
|
52
|
+
},
|
|
53
|
+
/**
|
|
54
|
+
* It disables the checkbox input.
|
|
55
|
+
*/
|
|
56
|
+
disabled: {
|
|
57
|
+
type: Boolean,
|
|
58
|
+
default: false,
|
|
59
|
+
},
|
|
60
|
+
/**
|
|
61
|
+
* It set the of the checkbox input. eg: big and small.
|
|
62
|
+
*/
|
|
63
|
+
size: {
|
|
64
|
+
type: String,
|
|
65
|
+
default: 'big',
|
|
66
|
+
validator: (value) => ['big', 'small'].includes(value),
|
|
67
|
+
},
|
|
68
|
+
/**
|
|
69
|
+
* It set the layout of the checkbox input. eg: default and mixed.
|
|
70
|
+
*/
|
|
71
|
+
layout: {
|
|
72
|
+
type: String,
|
|
73
|
+
default: 'default',
|
|
74
|
+
validator: (value) => ['default', 'mixed'].includes(value),
|
|
75
|
+
},
|
|
76
|
+
})
|
|
77
|
+
|
|
78
|
+
const emit = defineEmits(['input'])
|
|
79
|
+
|
|
80
|
+
const getInputId = computed(() => {
|
|
81
|
+
if (props.inputAttrs?.id) {
|
|
82
|
+
return props.inputAttrs.id
|
|
83
|
+
} else if (props.$attrs?.id) {
|
|
84
|
+
return props.$attrs.id
|
|
85
|
+
} else {
|
|
86
|
+
return randomString(16)
|
|
87
|
+
}
|
|
88
|
+
})
|
|
89
|
+
|
|
90
|
+
const getComponentClass = computed(() => `size-${props.size} layout-${props.layout}`)
|
|
91
|
+
|
|
92
|
+
const model = computed({
|
|
93
|
+
get() {
|
|
94
|
+
return props.value
|
|
95
|
+
},
|
|
96
|
+
set(newValue) {
|
|
97
|
+
emit('input', newValue)
|
|
98
|
+
},
|
|
99
|
+
})
|
|
100
100
|
</script>
|