@dcodegroup-au/dsg-vue 1.0.5-next → 1.0.7-next
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/dist/DsgLabel.vue_vue_type_style_index_0_lang-BTfTmByq.cjs +1 -0
- package/dist/DsgLabel.vue_vue_type_style_index_0_lang-BzrjL4Wl.js +32 -0
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-CuY0Wrto.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-CcSyXBr6.js} +1476 -1469
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-7nhJxEEm.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-DncMp8KQ.cjs} +9 -9
- package/dist/components/Elements/DsgCheckbox.vue.d.ts +1 -0
- package/dist/components/Elements/DsgDatepicker.vue.d.ts +1 -0
- package/dist/components/Elements/DsgInputSelect.vue.d.ts +2 -0
- package/dist/components/Elements/DsgLabel.vue.d.ts +2 -5
- package/dist/components/Elements/DsgSlider.vue.d.ts +2 -0
- package/dist/dsg-vue.cjs +1 -1
- package/dist/dsg-vue.css +2 -2
- package/dist/dsg-vue.editor.cjs +1 -1
- package/dist/dsg-vue.editor.esm.js +1 -1
- package/dist/dsg-vue.esm.js +2 -2
- package/dist/dsg-vue.table.cjs +1 -1
- package/dist/dsg-vue.table.esm.js +1 -1
- package/dist/main.d.ts +4 -0
- package/package.json +1 -1
- package/dist/DsgLabel.vue_vue_type_style_index_0_lang-CzkVjbOp.js +0 -26
- package/dist/DsgLabel.vue_vue_type_style_index_0_lang-WrIgmJyQ.cjs +0 -1
|
@@ -46,6 +46,7 @@ export interface DsgDatepickerProps {
|
|
|
46
46
|
* - Custom string: treated as a date-fns format pattern (e.g. `'yyyy-MM-dd'`)
|
|
47
47
|
*/
|
|
48
48
|
modelType?: DsgDatepickerModelType;
|
|
49
|
+
requiredLabel?: boolean;
|
|
49
50
|
}
|
|
50
51
|
type __VLS_Props = DsgDatepickerProps;
|
|
51
52
|
type __VLS_PublicProps = {
|
|
@@ -38,6 +38,8 @@ export interface DsgInputSelectProps {
|
|
|
38
38
|
errors?: string[] | string;
|
|
39
39
|
scrollBind?: HTMLElement | Window;
|
|
40
40
|
size?: DsgInputSelectSize;
|
|
41
|
+
requiredLabel?: boolean;
|
|
42
|
+
searchable?: boolean;
|
|
41
43
|
}
|
|
42
44
|
type __VLS_Props = DsgInputSelectProps;
|
|
43
45
|
type __VLS_PublicProps = {
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ------------------------------------------------
|
|
3
|
-
* # Setup: Props
|
|
4
|
-
* ------------------------------------------------
|
|
5
|
-
*/
|
|
6
1
|
export type DsgLabelSize = "xs" | "sm" | "md" | "lg";
|
|
7
2
|
export interface DsgLabelProps {
|
|
8
3
|
label: string;
|
|
9
4
|
labelFor?: string;
|
|
10
5
|
size?: DsgLabelSize;
|
|
6
|
+
required?: boolean;
|
|
11
7
|
}
|
|
12
8
|
declare function __VLS_template(): {
|
|
13
9
|
attrs: Partial<{}>;
|
|
14
10
|
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
15
12
|
'dsg-label-text'?(_: {}): any;
|
|
16
13
|
};
|
|
17
14
|
refs: {};
|
|
@@ -18,6 +18,7 @@ export interface DsgSliderProps {
|
|
|
18
18
|
nameFrom?: string;
|
|
19
19
|
nameTo?: string;
|
|
20
20
|
label?: DsgLabelProps;
|
|
21
|
+
requiredLabel?: boolean;
|
|
21
22
|
}
|
|
22
23
|
type __VLS_Props = DsgSliderProps;
|
|
23
24
|
type __VLS_PublicProps = {
|
|
@@ -38,6 +39,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
38
39
|
type: DsgSliderType;
|
|
39
40
|
max: number;
|
|
40
41
|
step: number;
|
|
42
|
+
requiredLabel: boolean;
|
|
41
43
|
min: number;
|
|
42
44
|
handleLabelPosition: DsgSliderLabelPosition;
|
|
43
45
|
prefix: string;
|
package/dist/dsg-vue.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const M=require("./DsgTablePerPage.vue_vue_type_style_index_0_lang-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const M=require("./DsgTablePerPage.vue_vue_type_style_index_0_lang-DncMp8KQ.cjs"),f=require("vue"),Ha=require("./DsgLabel.vue_vue_type_style_index_0_lang-BTfTmByq.cjs"),It=f.defineComponent({__name:"DsgMiscIcon",props:{theme:{default:"brand"},type:{default:"light-outline"},size:{default:"lg"},icon:{}},setup(t){return(e,r)=>(f.openBlock(),f.createElementBlock("div",{class:f.normalizeClass(`
|
|
2
2
|
dsg-misc-icon
|
|
3
3
|
dsg-misc-icon--${t.theme}
|
|
4
4
|
dsg-misc-icon--${t.type}
|